“Postgres automatisch zuhören beim Kill Pid” Code-Antworten

Töten des Postgres -Dienstes auf Mac

This ended up working:
First, get the pid:
$ sudo lsof -i:5432
Password:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
postgres 73 postgres 4u IPv6 0x8880707cadb2d1ab 0t0 TCP *:postgresql (LISTEN)
postgres 73 postgres 5u IPv4 0x8880707cadac18ab 0t0 TCP *:postgresql (LISTEN)
Now shut it down (SIGTERM):
$ sudo kill -15 73
Witty Wombat

Postgres automatisch zuhören beim Kill Pid

brew services stop postgres
tuan.luu

Ähnliche Antworten wie “Postgres automatisch zuhören beim Kill Pid”

Fragen ähnlich wie “Postgres automatisch zuhören beim Kill Pid”

Weitere verwandte Antworten zu “Postgres automatisch zuhören beim Kill Pid” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen