

Ii postgresql 10+187 all object-relational SQL database (supported version)
Postgres.app uninstall software#
I unistall the 9.6 postgresql version from the Synaptic application, but the problem persists (postgresql 9.6 no longer appears in synaptic's installed software list) īut by executing the command that follows we see that the version postgresql 9.6 was not completely dpkg -l | grep postgresql Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? Failed to connect to the database: could not connect to server: Connection refused When I run the comand msfconsole in a terminal, although metasploit connects to the msf database on port 5432, the following error message msfconsole Postgresql 10 listening on port 5433 instead of 5432. So I had two versions of postgresql (10 & 9.6) installed in my debian machine. When I updated postgresql from the Synaptic application, it is the postgresql 10 version that was installed.
Postgres.app uninstall code#
Thanks to Code Friendly, & I want to share how I solved my problem. Remove the postgres user: sudo deluser postgres Remove the following folders sudo rm -rf /var/lib/postgresql/ Remove all above listed sudo apt-get -purge remove postgresql postgresql-8.3 postgresql-client postgresql-client-8.3 postgresql-client-common postgresql-common postgresql-contrib postgresql-contrib-8.3 Ii postgresql-contrib-8.3 8.3.9-0ubuntu8.04 additional facilities for PostgreSQL Ii postgresql-contrib 8.3.9-0ubuntu8.04 additional facilities for PostgreSQL (latest Ii postgresql-common 87ubuntu2 PostgreSQL database-cluster manager Ii postgresql-client-common 87ubuntu2 manager for multiple PostgreSQL client versi Ii postgresql-client-8.3 8.3.9-0ubuntu8.04 front-end programs for PostgreSQL 8.3

Ii postgresql-client 8.3.9-0ubuntu8.04 front-end programs for PostgreSQL (latest ve Ii postgresql-8.3 8.3.9-0ubuntu8.04 object-relational SQL database, version 8.3

Ii postgresql 8.3.17-0ubuntu0.8.04.1 object-relational SQL database (latest versi List All Postgres related packages dpkg -l | grep postgres Steps that worked for me on Ubuntu 8.04.2 to remove postgres 8.3
