Skip to content

Commit

Permalink
Redacted Postgresql installation and migration
Browse files Browse the repository at this point in the history
  • Loading branch information
fthommen committed Aug 14, 2023
1 parent c0403f5 commit 14eb1df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appendix/migrate-to-postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Install pgloader

.. code-block:: sh
$ yum install -y https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-7-x86_64/pgloader-3.6.2-1.rhel7.x86_64.rpm
$ yum install -y pgloader
.. tab:: OpenSUSE / SLES

Expand Down
8 changes: 4 additions & 4 deletions install/includes/postgres-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# CentOS 7
$ yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
$ yum install postgresql14-server postgresql14-contrib
$ postgresql14-setup initdb
$ systemctl start postgresql14
$ systemctl enable postgresql14
$ yum install postgresql15-server postgresql15-contrib
$ postgresql-15-setup initdb
$ systemctl start postgresql-15
$ systemctl enable postgresql-15
# CentOS 8
$ yum install postgresql-server postgresql-contrib
Expand Down

0 comments on commit 14eb1df

Please sign in to comment.