-
Notifications
You must be signed in to change notification settings - Fork 26
Postgres 13.4 Failed to start #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I saw the same error on |
`cimg/postgres` is broken... ``` server started psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? LOG: received SIGHUP, reloading configuration files LOG: parameter "listen_addresses" cannot be changed without restarting the server LOG: configuration file "/var/lib/postgresql/data/postgresql.conf" contains errors; unaffected changes were applied Exited with code 2 ``` https://app.circleci.com/pipelines/github/sue445/sebastian-badge/1458/workflows/90e3e3bd-654a-4591-8ed0-ee3d58be70b3/jobs/4947 ref CircleCI-Public/cimg-postgres#21
`cimg/postgres` is broken... ``` server started psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? LOG: received SIGHUP, reloading configuration files LOG: parameter "listen_addresses" cannot be changed without restarting the server LOG: configuration file "/var/lib/postgresql/data/postgresql.conf" contains errors; unaffected changes were applied Exited with code 2 ``` https://app.circleci.com/pipelines/github/sue445/ccc_privacy_crawler/1294/workflows/706b5e3e-a7a4-4de6-a0c1-39a05a7ff350/jobs/4439 ref. CircleCI-Public/cimg-postgres#21
Hi, can you re-test these images? We have made some changes that should resolve this issue, at least in the 9.6 image (I was unable to reproduce the issue in 13.4 even before these changes). Thanks! |
I'm going to close this issue as I can no longer reproduce the issue on any images. If this continues to be a problem, please feel free to re-open the issue. Thanks! |
Summary
Currently Postgres fails to start when running:
or from CircleCI:
executors: default: working_directory: ~/repo docker: - image: cimg/postgres:13.4
Last bit of the logs:
The text was updated successfully, but these errors were encountered: