Ich habe gerade postgres über neu installiert brew install postgres
Ich bin gelaufen, habe initdb /usr/local/var/postgres -E utf8
aber folgendes:
The files belonging to this database system will be owned by user "atal421".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.UTF-8".
The default text search configuration will be set to "english".
initdb: directory "/usr/local/var/postgres" exists but is not empty
If you want to create a new database system, either remove or empty
the directory "/usr/local/var/postgres" or run initdb
with an argument other than "/usr/local/var/postgres".
rm -rf
Also habe ich den Postgres-Ordner und lief es noch einmal:
initdb /usr/local/var/postgres -E utf8
es hieß alles in ordnung:
Success. You can now start the database server using:
postgres -D /usr/local/var/postgres
Also habe ich diesen Befehl ausgeführt und Folgendes erhalten:
postgres -D /usr/local/var/postgres
FATAL: lock file "postmaster.pid" already exists
HINT: Is another postmaster (PID 13731) running in data directory "/usr/local/var/postgres"?
Wenn ich jetzt auf meinen Aktivitätsmonitor schaue, sehe ich 6 Postgress-Instanzen.
Wie behebe ich das?
postgres
mit einem Postmaster und fünf Utility-Backends. PostgreSQL ist eine Multiprozessarchitektur.