Uninstall PostgreSQL
Is there any way to uninstall PostgreSQL after it's been installed with the /usr/local/cpanel/scripts/installpostgres script?
-
Following the instructions in that thread, I am left with the following packages: # yum list installed | grep postgres cpanel-postgresql.x86_64 9.2.24-1.cp1186 installed cpanel-postgresql-libs.x86_64 9.2.24-1.cp1186 installed postgresql-libs.x86_64 9.2.24-6.el7_9 @updates Is it safe to also remove the above packages? 0 -
Bump 0 -
Hey there liebn0r! It should be safe to remove postgresql-libs, but we do not recommend removing the cPanel provided RPMs. You should be able to remove the PostgreSQL RPM using the following commands: yum remove postgresql rpm -e --nodeps postgresql-libs-9.2.23-3.el7_4.x86_64
Let us know if this helps!0 -
I had to update the command to the following but thanks for the guidance on the cPanel RPMs: rpm -e --nodeps postgresql-libs-9.2.24-6.el7_9.x86_640 -
I am glad to hear it! I'll go ahead and mark this thread as solved for now. If you have any other questions or concerns, please let us know! Thank you for choosing cPanel! 0
Please sign in to leave a comment.
Comments
6 comments