Je viens de réinstaller Postgres via brew install postgres
J'ai couru initdb /usr/local/var/postgres -E utf8
mais j'ai eu ceci:
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".
alors, j'ai rm -rf
le dossier postgres et l' ai relancé:
initdb /usr/local/var/postgres -E utf8
il a dit que tout allait bien:
Success. You can now start the database server using:
postgres -D /usr/local/var/postgres
alors, j'ai exécuté cette commande et obtenu:
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"?
Maintenant, lorsque je regarde mon moniteur d'activité, je peux voir 6 instances de postgress.
Comment puis-je réparer ça?
postgres
avec un postmaster et cinq utilitaires. PostgreSQL est une architecture multi-processus.