Skip to content

Commit dc19742

Browse files
authored
Merge pull request #518 from ukkopahis/doc-network-change-warnings
docs: Add more warnings about the breaking network change
2 parents 190148b + 88dfb69 commit dc19742

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/Basic_setup/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,12 @@ This is how **most** containers behave. There are exceptions so it's always a go
559559

560560
## stack maintenance
561561

562+
!!! danger "Breaking update"
563+
Recent changes will require [manual steps](
564+
https://github.com/SensorsIot/IOTstack/blob/master/README.md#significant-change-to-networking)
565+
or you may get an error like:
566+
`ERROR: Service "influxdb" uses an undefined network "iotstack_nw"`
567+
562568
### update Raspberry Pi OS
563569

564570
You should keep your Raspberry Pi up-to-date. Despite the word "container" suggesting that *containers* are fully self-contained, they sometimes depend on operating system components ("WireGuard" is an example).

docs/Updates/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Periodically updates are made to project which include new or modified container template, changes to backups or additional features. As these are released your local copy of this project will become out of date. This section deals with how to bring your project to the latest published state.
44

5+
!!! danger "Breaking update"
6+
Recent changes will require [manual steps](
7+
https://github.com/SensorsIot/IOTstack/blob/master/README.md#significant-change-to-networking)
8+
or you may get an error like:
9+
`ERROR: Service "influxdb" uses an undefined network "iotstack_nw"`
10+
511
## Quick instructions
612

713
1. backup your current settings: `cp docker-compose.yml docker-compose.yml.bak`

0 commit comments

Comments
 (0)