Question
How do I remove or uninstall PostgreSQL when PostgreSQL is no longer required?
Answer
- Login to WHM as the
rootuser. - Navigate to Home / Server Configuration / Terminal
- Run the following command.
DNF
# dnf -y remove postgresql
YUM
# yum -y remove postgresql
Comments
0 comments
Article is closed for comments.