Postgres reopens closed processes on Mac. How to solve?
1
vote
0
answers
592
views
I tried to terminate Postgres on Mac in various ways. I used commands in the terminal:
-D /usr/local/var/postgres stop
, services stop postgresql
, stop postgres
. Did not work. The -9
command I didn't try, because I read that it was dangerous. The PostgreSQL.pref.pane program, which starts and stops Postgre servers, did not provide a solution for this either. The command pkill -u postgres
worked for most processes, but over time the processes reopen. Is there a way not to reopen?
Asked by Senhor Filipe
(11 rep)
Oct 11, 2022, 03:54 PM