Install PostgreSQL 10 openSUSE 42
Hi! The Tutorial shows you Step-by-Step How to Install PostgreSQL 10 on openSUSE 42 LEAP LTS GNU/Linux.
And PostgreSQL 10 for openSUSE 42 is a Major Release that includes several substantial Changes and Improvements.
Moreover, PostgreSQL 10 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 Console Terminal Shell emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
How to Add PostgreSQL 10 openSUSE Zypper Repository
-
Installing PostgreSQL for openSUSE.
sudo zypper in postgresql postgresql-server postgresql-contrib
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
How to Getting-Started with PostgreSQL 10 Admin