How To Install PostgreSQL 11 On Debian 9
How To Install PostgreSQL 11 On Debian 9
You can support us by downloading this article as PDF from the Link below.
For the installation of PostgreSQL 11 on CentOS / Fedora, use the following links:
Then add the actual repository contents to your Debian 9 / Debian 8 system:
release -cs)
://apt.postgresql.org/pub/repos/apt/ ${RELEASE}"-pgdg main | sudo tee
$ cat /etc/apt/sources.list.d/pgdg.list
deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main
https://computingforgeeks.com/how-to-install-postgresql-11-on-debian-9-debian-8/ 2/7
11/8/2020 How to Install PostgreSQL 11 on Debian 9 / Debian 8 | ComputingForGeeks
sudo vim /etc/postgresql/11/main/postgresql.conf
listen_addresses = '*'
listen_addresses = '10.10.1.6'
https://computingforgeeks.com/how-to-install-postgresql-11-on-debian-9-debian-8/ 3/7
11/8/2020 How to Install PostgreSQL 11 on Debian 9 / Debian 8 | ComputingForGeeks
$ sudo su - postgres
postgres@os1:~$ psql -c "alter user postgres with password 'StrongPa
ALTER ROLE
createuser test_user1
testdb=# insert into test table (id,first name,last name) values (1,
https://computingforgeeks.com/how-to-install-postgresql-11-on-debian-9-debian-8/ 4/7
11/8/2020 How to Install PostgreSQL 11 on Debian 9 / Debian 8 | ComputingForGeeks
_ ( , _ , _ ) ( ,
INSERT 0 1
That’s it. You now have PostgreSQL 11 database server installed on Debian 9 / Debian 8.
If you are set for more reading, visit PostgreSQL o cial Documentation page.
You can support us by downloading this article as PDF from the Link below.
https://computingforgeeks.com/how-to-install-postgresql-11-on-debian-9-debian-8/ 5/7
11/8/2020 How to Install PostgreSQL 11 on Debian 9 / Debian 8 | ComputingForGeeks
Coming up with fresh, high quality content takes time. Sometimes working late
at night building labs and then doing the writing. We appreciate if you consider
supporting our e orts with a cup of co ee to keep us awake and always deliver.
No contribution is small. We are greatful for any amount you support us with. Thank you!
Josphat Mutai
https://computingforgeeks.com/
https://computingforgeeks.com/how-to-install-postgresql-11-on-debian-9-debian-8/ 6/7
11/8/2020 How to Install PostgreSQL 11 on Debian 9 / Debian 8 | ComputingForGeeks
https://computingforgeeks.com/how-to-install-postgresql-11-on-debian-9-debian-8/ 7/7