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

Upgrade to Postgres 15 #519

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Upgrade to Postgres 15 #519

merged 1 commit into from
Dec 20, 2022

Conversation

Jubeki
Copy link
Contributor

@Jubeki Jubeki commented Dec 20, 2022

Postgres 15 was released on 13th October 2022:
https://www.postgresql.org/support/versioning/

Fixes #509

@driesvints
Copy link
Member

iirc we need to be careful as it might not be available on all distros. Older PHP dockerfiles currently target older ubuntu releases. Can you check and make sure it's available on all of them?

@Jubeki
Copy link
Contributor Author

Jubeki commented Dec 20, 2022

Sure, I will check that later.

@Jubeki
Copy link
Contributor Author

Jubeki commented Dec 20, 2022

I checked with Laravel 9 and PHP 8. And it works without any problems (fresh laravel application)!

Since Postgres uses its own Dockerfile and is included using docker compose they are not necessarily using the same ubuntu base image. So there should be no problem.

@taylorotwell taylorotwell merged commit 08f746e into laravel:1.x Dec 20, 2022
@Jubeki Jubeki deleted the patch-1 branch December 20, 2022 19:31
Copy link
Contributor

@FedorVr FedorVr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good day

We changed the version of postgres to 15, but in the PHP dockerfiles steel have a number 14

For example:
laravel/sail/runtimes/8.2/Dockerfile has ARG POSTGRES_VERSION=14

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.

PostgreSQL 15
4 participants