Skip to content

Commit

Permalink
ug: offline-update: Add return code for downgrade attempt
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Detsch <[email protected]>
  • Loading branch information
detsch authored and kprosise committed Jun 7, 2024
1 parent ea8f340 commit 46c776a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/user-guide/offline-update/offline-update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ The ``install`` command sets the following exit codes:
- Reboot is required to complete installation. After reboot ``aklite-offline run`` must be invoked.
- *101*: Installation succeeded.
- Restart of dockerd service is required to complete installation, e.g. ``systemctl restart docker``. After the restart ``aklite-offline run`` must be invoked.
- *102*: Downgrade attempt.
- The Target to be installed has a version lower than the one running. Use the ``--force`` option to force its installation.

The ``run`` command sets the following exit codes:

Expand Down

0 comments on commit 46c776a

Please sign in to comment.