Home > MySQL and databases > Disabling PostgreSQL Databases from displaying on cPanel

Disabling PostgreSQL Databases from displaying on cPanel

October 6th, 2009

We often see Unwanted features displaying on cPanel. PostgreSQL Databases is one of them.

Usually one can disable these features from WHM => Packages => Feature Manager. But you do not find the PostgreSQL Databases there.

To disable PostgreSQL Databases from displaying on the Cpanel

1) Login to server using ssh

You can find some of the following disabled features in the file /var/cpanel/features/disabled

ssh=0
pgp=0
interchange=0
phppgadmin=0
lists=0
boxtrapper=0
searchsubmit=0
nettools=0
emailscripts=0
setlang=0
sslmanager=0
sslinstall=0

2) Open the file using the vi editor and insert the following line.

postgres=0

3) Save the file. that’s it.

Note : no need to restart the Cpanel.

I think it will be good to Uninstall PostgreSQL Databases completely from the server. We will soon find that too

MySQL and databases

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.