Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,22 @@ Upgrade the external database to PostgreSQL 13
endif::[]

.Procedure
. Back up the `/var/lib/pgsql/data/postgresql.conf` and `/var/lib/pgsql/data/pg_hba.conf` files.
. Follow the instructions in {RHELDocsBaseURL}8/html/deploying_different_types_of_servers/using-databases#fast-upgrade-using-the-pg_upgrade-tool_migrating-to-a-rhel-8-version-of-postgresql[Fast upgrade using the pg_upgrade utility] in _{RHEL}{nbsp}8 Deploying different types of servers_ to upgrade the external database.
+
Instead of enabling the `postgresql:13` module, switch to the module:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
# yum module switch-to postgresql:13
----
. Restore the `/var/lib/pgsql/data/postgresql.conf` and `/var/lib/pgsql/data/pg_hba.conf` files from the backup.
. Restart {Project} services on your {Project}:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
# {foreman-maintain} service restart
----
ifdef::katello,satellite,orcharhino[]
. Correct the permissions on the `evr` extension on the external database:
+
Expand Down
Loading