Migrating to PG 18 #5
rohittp0
announced in
Announcements
Replies: 2 comments
-
|
@Lascade-Co/backend |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I would recommend
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Warning
Be careful this can cause data loss, always start with a backup. Do not proceed if you are not sure what you are doing
The django-shared-base has been updated to Postgres 18, this is a breaking change from 17 and can cause data loss if not properly migrated.
Two possible paths:
For migrating the data do a
pg_dumpon your current db. Delete the postgres volume. Update to 18 then load the data back in.Beta Was this translation helpful? Give feedback.
All reactions