Skip to content

Commit afad7e2

Browse files
committed
Cont.
1 parent 9889781 commit afad7e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ If you are upgrading from 4.1 or 4.2 to 4.3, run the database migration script:
4444
----
4545
/usr/lib/susemanager/bin/pg-migrate-x-to-y.sh
4646
----
47-
. Upgrade the PostgreSQL server to version{nbsp}14, in case it is not done automatically, with this command:
47+
. Upgrade the PostgreSQL server to version{nbsp}15, in case it is not done automatically, with command:
4848
+
4949
----
5050
zypper in postgresql14 postgresql14-contrib postgresql14-server
5151
----
5252
+
53-
. Remove PostgreSQL old version{nbsp}13 with this command:
53+
. Remove PostgreSQL old version{nbsp}13 with command:
5454
+
5555
----
5656
zypper rm postgresql13 postgresql13-contrib postgresql13-server

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Zypper will show the possible migration targets with detailed summaries.
3434
----
3535
/usr/lib/susemanager/bin/pg-migrate-x-to-y.sh
3636
----
37-
. Upgrade the PostgreSQL server to version{nbsp}14, in case it is not done automatically, with this command:
37+
. Upgrade the PostgreSQL server to version{nbsp}14, in case it is not done automatically, with command:
3838
+
3939
----
4040
zypper in postgresql14 postgresql14-contrib postgresql14-server
4141
----
4242
+
43-
. Remove PostgreSQL old version{nbsp}13 with this command:
43+
. Remove PostgreSQL old version{nbsp}13 with command:
4444
+
4545
----
4646
zypper rm postgresql13 postgresql13-contrib postgresql13-server

0 commit comments

Comments
 (0)