PostgreSQL 11 Red Hat Linux 7 Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install PostgreSQL 11 on Red Hat Enterprise Linux 7 32/64-bit.
And PostgreSQL 11 for Red Hat 7 is a Major Release that contains several substantial Changes and Improvements.
Moreover, PostgreSQL 11 contains a number of Extensive Changes that May affect Compatibility with Previous Releases.
Especially relevant: A dump/restore using pg_dumpall, or use of pg_upgrade, is Required for those wishing to Migrate Data from PostgreSQL 9 and Below.
-
Open a Shell Terminal emulator window
In case first see: Terminal QuickStart Guide.
-
Install PostgreSQL 11 Repository for Red Hat 7
-
Finally, to Install PostgreSQL 11 for Red Hat 7.
sudo yum install postgresql11-server postgresql11-contrib
-
How to Getting-Started with PostgreSQL 11 Admin