Skip to content

Commit

Permalink
repo refresh before transactional-update (#3576) (#3588)
Browse files Browse the repository at this point in the history
* repo refresh before transactional-update
#3573
SUSE/spacewalk#26156
* run `zypper ref` plus cosmetic fixes
  • Loading branch information
keichwa authored Jan 9, 2025
1 parent 5366f6b commit 5f003dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
references in Installation and Upgrade Guide
- Updated Troubleshooting Autoinstallation in Administration Guide
- Added support for SUSE Linux Micro 6.1
- Added step to refresh repository before calling transactional-update
in Installation and Upgrade Guide
- Added external link for creating virtual network peer for Azure in
Specialized Gudes (bsc#1234441)
- Clarified SSH authentication methods during Web UI bootstrap process in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

Before running the upgrade command, it is recommended to upgrade the [literal]``mgradm`` tool first.

.Procedure
. One can do so by running the following command:
.Procedure: Upgrading Server
. Refresh software repository with [command]``zypper``:
+
----
zypper ref
----
. Apply available updates with [command]``transactional-update``:
+
----
transactional-update
----

. If updates were applied, [literal]``reboot``.

. The {productname} Server container can be updated using the following command:
Expand All @@ -17,9 +21,12 @@ transactional-update
----
mgradm upgrade podman
----
+
This command will bring the status of the container up-to-date and restart the server.



.Upgrading to specific version
[NOTE]
====
Expand Down

0 comments on commit 5f003dd

Please sign in to comment.