Skip to content
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

update default postgresql version to 14 #373

Merged
merged 2 commits into from
Apr 4, 2022
Merged

update default postgresql version to 14 #373

merged 2 commits into from
Apr 4, 2022

Conversation

ariaieboy
Copy link
Contributor

in this PR i update the default postgres version to 14.
version 14 released 6 month ago and it's the latest version of the postgres.

since ubuntu repositories does not have postgres 14 client packages i've added postgres official repository so we can install latest version of postgres-client-14.

according to the official postgres client doc postgres-client-14 is compatible with postgres 10-14. so this change won't affect the prev version 13 default version in the docker-compose stub.

but for more backward-compatibility i'va added a POSTGRES_VERSION argument so people can control the postgres-client version installation.

@driesvints
Copy link
Member

Seems like POSTGRES_VERSION was missing from php 8.0 and 8.1: #398

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.

3 participants