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

Updated Postgres container to Postgres 14 #82

Merged
merged 2 commits into from
Jan 4, 2025
Merged

Conversation

cnk
Copy link
Member

@cnk cnk commented Dec 18, 2024

Today I found I had to upgrade my Postgres version from 12 to 1. This is because bakerydemo is now running Django 5.1 which dropped support for postgres 12. Bakerydemo's own docker-compose.yml uses postgres 14.1 so I updated this to match.

This will be a breaking change for people with existing installs so I added a make target to remove the pg data volume and documented it in the README.

… separately

Added a make target to remove the pg data volume; this will make it easier for people to upgrade PG
@cnk cnk changed the title Updated Postgres container to match what bakerydemo Updated Postgres container to Postgres 14 Dec 18, 2024
compose.yaml Outdated Show resolved Hide resolved
Copy link
Contributor

@zerolab zerolab left a comment

Choose a reason for hiding this comment

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

I'd say, let's get this in

@cnk cnk merged commit 9fd8f98 into wagtail:main Jan 4, 2025
1 check passed
@cnk cnk deleted the upgrade-postgres branch January 4, 2025 22:41
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