Skip to content

Commit e3c6f74

Browse files
committed
Fixing #1009 Doc upgrade/downgrade policy
- Add section on upgrading/downgrading and boot-order to system.md - Add or update references on upgrading from other pages - boot.md (update ref) - cli/upgrade.md (add ref) - management.md (add ref) [skip ci]
1 parent a990e55 commit e3c6f74

File tree

5 files changed

+372
-2
lines changed

5 files changed

+372
-2
lines changed

doc/ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to the project are documented in this file.
1010
- Upgrade libyang to 3.12.2
1111
- Upgrade sysrepo to 3.6.11
1212
- Upgrade netopeer2 (NETCONF) to 2.4.1
13+
- Add documentation on Infix upgrading and downgrading, issue #1009
1314

1415
### Fixes
1516

doc/boot.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -349,5 +349,6 @@ can funtion reasonably well without a persistent `/var`, loosing
349349
If `var` is not available, Infix will still persist `/var/lib` using
350350
`cfg` as the backing storage.
351351

352-
[^1]: See [CLI Upgrade](cli/upgrade.md) for information on upgrading
353-
via CLI.
352+
[^1]: See [Upgrading procedures and boot
353+
order](system.md#upgrade-procedures-and-boot-order) for
354+
information on upgrading via CLI.

doc/cli/upgrade.md

+5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ The secondary partition (`rootfs.1`) has now been upgraded and will be used as
3939
the *active* partition on the next boot. Leaving the primary partition, with
4040
the version we are currently running, intact in case of trouble.
4141

42+
See [upgrading procedures and boot order][2] for more information on
43+
upgrading.
44+
4245
[^1]: It is not possible to upgrade the partition we booted from. Thankfully
4346
the underlying "rauc" subsystem keeps track of this. Hence, to upgrade
4447
both partitions you must reboot to the new version (to verify it works)
4548
and then repeat the same command.
49+
50+
[2]: ../system.md#upgrade-procedures-and-boot-order

doc/management.md

+8
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,11 @@ admin@example:/config/web/> edit restconf
193193
admin@example:/config/web/restconf/> no enabled
194194
admin@example:/config/web/restconf/>
195195
```
196+
197+
# System Upgrade
198+
199+
See [upgrading procedures and boot order][1] for information on
200+
upgrading.
201+
202+
203+
[1]: system.md#upgrade-procedures-and-boot-order

0 commit comments

Comments
 (0)