Delete Postgres Installation

[Solved] Delete Postgres Installation | Shell - Code Explorer | yomemimo.com
Question : delete postgres installation

Answered by : cephas-kingori

pg_lsclusters # find all the postgres installations
sudo su postgres
pg_dropcluster --stop 12 main # delete that postgres installation

Source : | Last Update : Sun, 14 Aug 22

Answers related to delete postgres installation

Code Explorer Popular Question For Shell