Skip to content

Commit

Permalink
fixup! Add PostgreSQL upgrade instructions on EL8
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Mar 9, 2021
1 parent 57b5750 commit 662f740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/manuals/2.4/3.6_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dnf upgrade ruby\* foreman\*

Foreman runs best on PostgreSQL 12 but the default version on EL8 is 10. The installer will try to use version 12 but can't upgrade existing databases. An upgrade can be performed by [switching module streams](https://docs.fedoraproject.org/en-US/modularity/using-modules-switching-streams/).

First make sure you have version 10 installed:
First check which version of PostgreSQL is currently installed:

{% highlight bash %}
rpm -qv postgresql-server
Expand Down

0 comments on commit 662f740

Please sign in to comment.