Install PostgreSQL 10 Ubuntu 17.10
Hi! The Tutorial shows you Step-by-Step How to Install PostgreSQL 10 on Ubuntu 17.10 Artful GNU/Linux.
And PostgreSQL 10 for Ubuntu 17.10 is a Major Release that contains 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 a Terminal Shell emulator window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
How to Add PostgreSQL 10 Ubuntu Apt Repository
-
Installing PostgreSQL for Ubuntu.
sudo apt install postgresql-10
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
How to Getting-Started with PostgreSQL 10 Admin