File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ [[rollback]]
2
+ = {product-title} Rollback
3
+ {product-author}
4
+ {product-version}
5
+ :data-uri:
6
+ :icons:
7
+
8
+ === Rollback
9
+
10
+ ==== Using the atomic command
11
+
12
+ To switch back to the other downloaded tree on your system, use
13
+ `atomic host rollback`. This command is particularly useful when there is a
14
+ problem after upgrade (for example the new packages break a service
15
+ that you’ve configured) because it lets you quickly switch back to the
16
+ previous state.
17
+ ....
18
+ $ atomic host rollback
19
+ ....
20
+
21
+ You can use the -r option to initiate a reboot immediately:
22
+ ....
23
+ $ atomic host rollback -r
24
+ ....
25
+
26
+
27
+ ==== Using rpm-ostree
28
+
29
+ If you want to rollback to a previous tree using the `rpm-ostree` command. You
30
+ can invoke:
31
+ ....
32
+ $ rpm-ostree rollback
33
+ ....
34
+
35
+ You can also add `--reboot` argument to initiate a reboot immediately.
36
+ ....
37
+ $ rpm-ostree rollback --reboot
38
+ ....
You can’t perform that action at this time.
0 commit comments