Skip to content

Commit f642b7f

Browse files
committed
Proofread upgrade-recovery.rst
1 parent 99752f4 commit f642b7f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/operation/upgrade-recovery.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
1+
:lastproofread: 2025-11-20
2+
13
.. _upgrade_recovery:
24

35

46
##############################
57
Recovery after Failed Upgrades
68
##############################
79

8-
This section explains **VyOS’s upgrade recovery**, which restores the system to the last working version after a failed upgrade. It covers the following points:
10+
Use **VyOS upgrade recovery** to restore the system to the last working
11+
version after a failed upgrade.
912

1013
* :ref:`Configuration: <configuration>` How to enable upgrade recovery
1114
* :ref:`How it Works: <how_it_works>` Overview of the recovery process
12-
* :ref:`Cancelling Recovery: <cancelling_recovery>` Overview of the recovery process
15+
* :ref:`Cancelling Recovery: <cancelling_recovery>` Overview of the recovery
16+
process
1317

14-
15-
1618
.. _configuration:
1719

1820
*************
1921
Configuration
2022
*************
21-
.. warning:: Upgrade recovery is disabled by default. To use it, **enable it first**.
23+
.. warning:: Upgrade recovery is disabled by default. To use it,
24+
**enable it first**.
2225

2326
To enable upgrade recovery, run the following command:
2427

2528
.. cfgcmd::
2629

2730
set system option reboot-on-upgrade-failure [timeout <min>]
2831

29-
* ``timeout <min>:`` The time in minutes (from 5 to 30) you have to cancel upgrade recovery. See :ref:`Cancelling Recovery <cancelling_recovery>`.
32+
* ``timeout <min>:`` The time in minutes (5 - 30) you have to cancel upgrade recovery. See :ref:`Cancelling Recovery <cancelling_recovery>`.
3033

3134
.. _how_it_works:
3235

0 commit comments

Comments
 (0)