Ubuntu Uninstall Postgres

Source: Internet
Author: User

Steps that worked for me Ubuntu 8.04.2 on to removepostgres 8.3

  1. List all Postgres Related packages

      dpkg-l | grep postgresii PostgreSQL 8.3.17-0ubuntu0.8.04.1 Object-relati Onal SQL Database (latest VERSIII postgresql-8.3 8.3.9-0ubuntu8.04 Object-relationa L SQL Database, version 8.3ii postgresql-client 8.3.9-0ubuntu8.04 front-end programs F or PostgreSQL (latest Veii postgresql-client-8.3 8.3.9-0ubuntu8.04 front-end programs for PostgreSQL 8.3ii Postgresql-client-common 87UBUNTU2 Manager for multiple PostgreSQL C Lient versiii postgresql-common 87ubuntu2 PostgreSQL database-cluster manageri  I postgresql-contrib 8.3.9-0ubuntu8.04 additional facilities for PostgreSQL (latestii postgresql-contrib-8.3 8.3.9-0ubuntu8.04 additional facilities for PostgreSQL  
  2. 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
  3. Remove the following folders

    sudo rm -rf /var/lib/postgresql/sudo rm -rf /var/log/postgresql/sudo rm -rf /etc/postgresql/

Ubuntu Uninstall Postgres

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.