Describe the bug
Postgres fails to start with the following error:
grep: /var/lib/postgresql/data/postgresql.conf: No such file or directory
/docker-entrypoint-initdb.d/pg_cron.sh: line 18: /var/lib/postgresql/data/postgresql.conf: No such file or directory
cat: /var/lib/postgresql/data/postgresql.conf: No such file or directory
cat: /var/lib/postgresql/data/postgresql.conf: No such file or directory
Exited with code 1
To Reproduce
Add the docker executor to a CircleCI job config:
Describe the bug Postgres fails to start with the following error:
To Reproduce Add the docker executor to a CircleCI job config:
Expected behavior Postgres starts and is using the value of
PGDATA
as the data directory