Skip to content

Commit 399e7ae

Browse files
author
Akshay Gadhave
committed
Correct file path
1 parent 1be6d3d commit 399e7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/common/modules/proc_upgrading-postgresql-on-the-external-database-system.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Upgrade the external database to PostgreSQL 13
1010
endif::[]
1111

1212
.Procedure
13-
. Back up the `var/lib/pgsql/data/postgresql.conf` and `/var/lib/pgsql/data/pg_hba.conf` files.
13+
. Back up the `/var/lib/pgsql/data/postgresql.conf` and `/var/lib/pgsql/data/pg_hba.conf` files.
1414
. 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.
1515
+
1616
Instead of enabling the `postgresql:13` module, switch to the module:
@@ -19,7 +19,7 @@ Instead of enabling the `postgresql:13` module, switch to the module:
1919
----
2020
# yum module switch-to postgresql:13
2121
----
22-
. Restore the `var/lib/pgsql/data/postgresql.conf` and `/var/lib/pgsql/data/pg_hba.conf` files from the backup.
22+
. Restore the `/var/lib/pgsql/data/postgresql.conf` and `/var/lib/pgsql/data/pg_hba.conf` files from the backup.
2323
ifdef::katello,satellite,orcharhino[]
2424
. Correct the permissions on the `evr` extension on the external database:
2525
+

0 commit comments

Comments
 (0)