Skip to content

merged #2

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

Open
wants to merge 495 commits into
base: master
Choose a base branch
from
Open

merged #2

wants to merge 495 commits into from

Conversation

asanchez75
Copy link
Owner

merged

docker-library-bot and others added 30 commits August 12, 2021 11:02
Update from Buster to Bullseye
Fix "libnss-wrapper" usage on bullseye
Adjust POSTGRES_HOST_AUTH_METHOD to automatically match configured password_encryption
This flag prevents custom .psqlrc files from interfering with the db init process
fix: Add --no-psqlrc to psql script invocations
Signed-off-by: daniel sutton <daniel@ducksecops.uk>
Add missing contrib modules / pl extensions to alpine image
docker-library-bot and others added 30 commits November 21, 2024 12:05
In Alpine 3.21 bump llvm version
This makes it print out a diff when there is an error (instead of just a list of files that are wrong), which will make the error more obvious.
#1303)

* Remove inaccurate references to corruption, remove SEGTERM suggestion, update information links to current docs. Postgres is carefully designed such that data is not corrupted on crashes or unclean shutdowns - the main tradeoff is that WAL replay is needed on startup. In practice, SIGTERM can cause unexpected long delays to shutdowns - often during maintenance windows - so best not to actively suggest this. The links back to official Postgres documentation seem sufficient.
Remove PostgreSQL 12 since it is end of life
* Unset NOTIFY_SOCKET when running the temporary server.

Postgres has native support for this notification socket and will write a `READY=1` message once it is ready and accepting connections. Unfortunately, the temporary server used by the `docker-entrypoint.sh` also sends a message on the socket, making it appear as though the container is ready and serving connections when it is not.
When we added these lines, we needed newer files than PostgreSQL had upstream, but the situation has changed and we were pinned to a specific commit from 2017 - the _oldest_ PostgreSQL release version has a file from 2020.
Update to 17.5, 16.9, 15.13, 14.18, 13.21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.