Skip to content

Commit

Permalink
switch to PostgreSQL 13 module
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 12, 2024
1 parent 92b9971 commit 5af2306
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _includes/manuals/nightly/3.6_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ Enable the Foreman module:
dnf -y module enable foreman:el8
{% endhighlight %}

Switch to the PostgreSQL 13 module:

{% highlight bash %}
dnf -y module switch-to postgresql:13
{% endhighlight %}

Next upgrade all Foreman packages:

{% highlight bash %}
Expand Down

0 comments on commit 5af2306

Please sign in to comment.