You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thus to *guarantee* a successful rollback, you have to shutdown your RPi and
61
-
save a complete disk image backup of its storage using another machine.
63
+
Thus to *guarantee* a successful rollback to the pre-update state, you have to
64
+
shutdown your RPi and save a complete disk image backup of its storage using
65
+
another machine.
62
66
63
-
For a hobby project, not having perfect rollback may be a risk you're willing
64
-
to take. Usually container image problems have fixes/workarounds within a day.
67
+
For a hobby project, not having a perfect rollback may be a risk you're willing
68
+
to take. Usually image problems will have fixes/workarounds within a day.
65
69
66
70
## Update Raspberry Pi OS
67
71
@@ -77,10 +81,12 @@ $ sudo apt upgrade -y
77
81
## Recommended: Update only Docker images
78
82
79
83
When you built the stack using the menu, it created the Docker Compose file
80
-
`docker-compose.yml`. This file or its linked `Dockerfile`s, use image name and
81
-
tag references (a missing tag defaults to `:latest`) to get the images from
82
-
hub.docker.com. Likewise, when Docker is told to pull updated images, it will
83
-
download the newest image for the tags into its local cache.
84
+
`docker-compose.yml`. This file and any used build instructions
85
+
(`Dockerfile`s), use image name and tag references to images on hub.docker.com
86
+
or other registries. An undefined tag defaults to `:latest`. When Docker is
87
+
told to pull updated images, it will download the images into the local
88
+
cache, based upon what is currently stored at the registry for the used names
89
+
and tags.
84
90
85
91
Updating the IOTstack project templates and recreating your
86
92
`docker-compose.yml` isn't usually necessary. Doing so isn't likely to provide
@@ -176,7 +182,7 @@ Full update steps:
176
182
* Go to the [IOTstack Discord](https://discord.gg/ZpKHnks) and describe your
177
183
problem. We're happy to help.
178
184
179
-
## Details, partly outdated
185
+
## Old-menu
180
186
181
187
!!! warning
182
188
If you ran `git checkout -- 'git ls-files -m'` as suggested in the old wiki entry then please check your duck.sh because it removed your domain and token
0 commit comments