Skip to content

Commit

Permalink
in upgrade guide, add "zypper ref" step (#1213)
Browse files Browse the repository at this point in the history
uyuni-project/uyuni#2645
leaving out this step causes more trouble than good.
  • Loading branch information
keichwa committed Oct 11, 2021
1 parent 1c4e0ab commit e0b806e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

- Documented low on disc space warnings in the Managing Disk Space chapter in
Administration Guide
- In server upgrade procedure in the Upgrade Guide add 'zypper ref' step
to refresh repositories reliably.
- Update 'effective_cache_size' section of the Salt Guide
(bsc#1191274)
- Documented new filter in the Content Lifecycle Management chapter of
Expand Down
9 changes: 8 additions & 1 deletion modules/upgrade/pages/server-minor-upgrade-uyuni.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ New and updated packages become available automatically.
----
spacewalk-service stop
----

. Refresh software repositories:
+
----
zypper ref
----

. List available patches:
+
----
Expand All @@ -35,7 +42,7 @@ zypper list-patches
zypper patch
----
+
This command only applies patches.
This command only applies patches.
To apply all outstanding updates, use [command]``zypper up`` instead.
. Restart the spacewalk services:
+
Expand Down
7 changes: 6 additions & 1 deletion modules/upgrade/pages/server-z.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ New and updated packages will become available automatically.
----
spacewalk-service stop
----
. Refresh software repositories:
+
----
zypper ref
----
. List available patches:
+
----
Expand All @@ -32,7 +37,7 @@ zypper list-patches
zypper patch
----
+
This command only applies patches.
This command only applies patches.
To apply all outstanding updates, use [command]``zypper up`` instead.
. Restart the spacewalk services:
+
Expand Down

0 comments on commit e0b806e

Please sign in to comment.