1OSTREE ADMIN UPGRADE(1) ostree admin upgrade OSTREE ADMIN UPGRADE(1)
2
3
4
6 ostree-admin-upgrade - Construct new tree from current origin and
7 deploy it, if it changed
8
10 ostree admin upgrade [OPTIONS...]
11
13 Downloads the latest version of the current ref from the build server
14 and deploys it, if it changed. Reboot the machine for the changes to
15 take effect. These phases can be split via --pull-only and
16 --deploy-only.
17
19 --os="STATEROOT"
20 Use a different operating system root than the current one.
21
22 --pull-only
23 Only perform a pull into the repository; do not create a
24 deployment. This option can hence safely be used in a background
25 scheduled job with the assurance of not changing system state.
26
27 --deploy-only
28 Create a new deployment from the latest commit in the tracked
29 origin refspec. This option is intended to be used by a scheduled
30 system that detected changes via --pull-only, and is ready to
31 deploy them.
32
33 --reboot,-r
34 Reboot after a successful upgrade.
35
36 --allow-downgrade
37 Permit deployment of chronologically older trees.
38
39 --override-commit="CHECKSUM"
40 Deploy CHECKSUM instead of the latest tree.
41
43 $ ostree admin upgrade
44
45 No update available.
46
47
48
49OSTree OSTREE ADMIN UPGRADE(1)