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 <andre.detsch@foundries.io>
  • Loading branch information
detsch committed Jun 3, 2024
1 parent a52fb66 commit 8c34143
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 @@ -161,6 +161,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 that is running. The ``--force`` option can be used to force its installation.

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

Expand Down

0 comments on commit 8c34143

Please sign in to comment.