Skip to content
Merged
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 @@ -13,6 +13,15 @@ endif::[]
.Procedure
. Create a backup.
. Restore the backup on the new server.
ifdef::katello,satellite,orcharhino[]
. Correct the permissions on the `evr` extension:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
# runuser -l postgres -c \
"psql -d foreman -c \"UPDATE pg_extension SET extowner = (SELECT oid FROM pg_authid WHERE rolname='foreman') WHERE extname='evr';\""
----
endif::[]
. If {Project} reaches the new database server via the old name, no further changes are required.
Otherwise reconfigure {Project} to use the new name:
+
Expand Down
Loading