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

Changes to support Debian 12 bookworm and PostgreSQL 15 #909

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Lightrider87
Copy link

Description

I've tried to install mediacms to a fresh debian VM and figured out that mediacms do not support PostgreSQL 15. In order to do so I had to update the install.sh and cms/settings.py.

With the Update of PostgreSQL 14 to 15 the public Schema is not writable by default and it is not recommended to make it writable. The following link discribes the changes that are necessary for django to work with PostgreSQL 15.

https://gist.github.com/axelbdt/74898d80ceee51b69a16b575345e8457

Steps

Pre-deploy
Make Sure that PostgreSQL 15 will be installed.

Post-deploy

@mgogoulos
Copy link
Contributor

Hi, thanks for the PR, while this is working for Debian 12, what will be the behavior for the rest if the supported OS on it, as Ubuntu 20/22?

@TheFlipside
Copy link

thank you so much, this issue stalled my project for days now and with your information i was able to solve it

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.

None yet

3 participants