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

Postgresql 13 will no longer be supported by Django 5.2 #75

Open
FroggyFlox opened this issue Jan 16, 2025 · 1 comment
Open

Postgresql 13 will no longer be supported by Django 5.2 #75

FroggyFlox opened this issue Jan 16, 2025 · 1 comment

Comments

@FroggyFlox
Copy link
Member

I'm just creating this issue as a note and to set a reminder for our future upgrade to the next Django LTS 5.2: that version will drop support for Postgresql 13 so we will need to upgrade our Postgresql version used first.
https://docs.djangoproject.com/en/dev/releases/5.2/#dropped-support-for-postgresql-13

@phillxnet
Copy link
Member

phillxnet commented Jan 19, 2025

Linking to the issues/pull-requests associated with when we last did this re 10 to 13 Postgresql:

This repo

rockstor-core

The shell script added in rockstor-core should similarly service a 13 to 15 (or whatever) db format change, we just need to pass the appropriate versioning parameters to trigger the format update we plan to enact.

I.e. the script we added back-then works via the following parameters:

FROM_VERSION="$1"
TO_VERSION="$2"

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

No branches or pull requests

2 participants