Skip to content

Commit 7560da8

Browse files
authored
Merge pull request #1038 from kernelkit/doc-upgrade-downgrade-policy
Doc upgrade/downgrade policy
2 parents a990e55 + 413cb61 commit 7560da8

File tree

5 files changed

+378
-2
lines changed

5 files changed

+378
-2
lines changed

doc/ChangeLog.md

Lines changed: 1 addition & 0 deletions
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

Lines changed: 3 additions & 2 deletions
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 8 additions & 0 deletions
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)