Uninstall phppgadmin

Discussion in 'Installation/Configuration' started by Rescue9, Jun 18, 2008.

  1. Rescue9

    Rescue9 Member

    Searched around and couldn't find what I'm looking for. I accidentally installed phppgadmin instead of phpmyadmin using the update feature in ispconfig. How do I remove phppgadmin without screwing up ispconfig.

    Thanks!
     
  2. Hans

    Hans Moderator Moderator

    Howto remove the phppgadmin package for ispconfig2

    Login on your server as root.
    After that, you can safely remove the phppgadmin package by executing the following commands:

    rm -r /home/admispconfig/ispconfig/web/phppgadmin
    rm /home/admispconfig/ispconfig/web/phppgadmin.tar.gz
    rm -r /web/tools/tools/phppgadmin

    :)
     
  3. Rescue9

    Rescue9 Member

    Thanks a lot!
     

Share This Page