Skip to content

Commit 903bdff

Browse files
committed
Cont.
1 parent a0e67ba commit 903bdff

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

modules/installation-and-upgrade/pages/server-y-yast.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,25 @@ For more information, see xref:installation-and-upgrade:server-z.adoc[].
3838
. Select the appropriate target, and follow the prompts to complete the migration.
3939
. Reboot the server.
4040
. When rebooted the {productname} spacewalk services are not running until you have migrated the PostgreSQL database to version{nbsp}14.
41+
+
42+
. Log in on the text console as root.
43+
If you are upgrading from 4.1 or 4.2 to 4.3, run the database migration script:
44+
+
45+
----
46+
/usr/lib/susemanager/bin/pg-migrate-x-to-y.sh
47+
----
4148
. Upgrade the PostgreSQL server to version{nbsp}14, in case it is not done automatically, with this command:
4249
+
4350
----
4451
zypper in postgresql14 postgresql14-contrib postgresql14-server
4552
----
4653
+
47-
. Log in on the text console as root.
48-
If you are upgrading from 4.1 or 4.2 to 4.3, run the database migration script:
54+
. Remove PostgreSQL old version{nbsp}13 with this command:
4955
+
5056
----
51-
/usr/lib/susemanager/bin/pg-migrate-x-to-y.sh
57+
zypper rm postgresql13 postgresql13-contrib postgresql13-server
5258
----
59+
+
5360
. Ensure the spacewalk services are running:
5461
+
5562
----

0 commit comments

Comments
 (0)