Quantcast
Channel: How to uninstall specific versions of Postgres? - Ask Ubuntu
Viewing all articles
Browse latest Browse all 3

Answer by Correcter for How to uninstall specific versions of Postgres?

$
0
0

Different versions of PostgreSQL are located in the packages postgresql-9.*.

  1. So you should remove your two packages:

    sudo apt-get purge postgresql-9.3 postgresql-9.5
  2. Then you should remove unnecessary config folders:

    rm -r /etc/postgresql/9.3/ /etc/postgresql/9.5
  3. And from /var/lib/ folder if you have:

    /var/lib/postgresql/*

I hope it will help you.


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>