1

I tried to terminate Postgres on Mac in various ways. I used commands in the terminal: pg_ctl -D /usr/local/var/postgres stop , brew services stop postgresql , systemctl stop postgres . Did not work. The kill -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 sudo pkill -u postgres worked for most processes, but over time the processes reopen. Is there a way not to reopen?

0 Answers0