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
Copy file name to clipboardexpand all lines: pkg/upgrade/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
The upgrade module is responsible to keep a zos node always up to date.
4
4
5
-
It checks the hub for new releases of zos packages.
5
+
It checks the hub for new releases of zos packages. Also check version and `safe_to_upgrade` flag from the chain.
6
6
7
-
If a new release is available, it will then update the packages and restart the updated module with the new binaries if required.
7
+
If `safe_to_upgrade` is set to `false` and a new release is available then it will only update the [configured farms](https://github.com/threefoldtech/zos-config/blob/main/config.schema.json#L49)
8
+
9
+
If `safe_to_upgrade` is set to `true` and a new release is available, it will then update the packages and restart the updated module with the new binaries if required.
0 commit comments