You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pg_createcluster --locale en_US.UTF-8 --start 9.4 main -- -A trust --auth-host=trust
After a reboot:
pg_lsclusters
Ver Cluster Port Status Owner Data directory Log file
9.4 main 5432 down jschoolcraft /usr/local/var/lib/postgresql/9.4/main /usr/local/var/log/postgresql/postgresql-9.4-main.log
Trying to start:
pg_ctlcluster 9.4 main start
The PostgreSQL server failed to start. Please check the log output:
LOG: could not open configuration directory "/usr/local/etc/postgresql/9.4/main/conf.d": No such file or directory
FATAL: configuration file "/usr/local/etc/postgresql/9.4/main/postgresql.conf" contains errors
If I:
mkdir /usr/local/etc/postgresql/9.4/main/conf.d
Then pg_ctlcluster 9.4 main start works as expected.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is the right place to report this or not. When I reboot my cluster's
conf.d
is missing and prevents me starting pg.I have:
postgresql-common
[email protected]
Set up clusters with:
After a reboot:
Trying to start:
If I:
Then
pg_ctlcluster 9.4 main start
works as expected.The text was updated successfully, but these errors were encountered: