this post was submitted on 26 Jun 2024
12 points (100.0% liked)
Lemmy Support
4651 readers
1 users here now
Support / questions about Lemmy.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well the join-lemmy.org docker-compose file reads
docker.io/postgres:16-alpine
, and with your mention, I switched from version 15 to 16 but the postgres container errored with not being compatible with a version 15 initialized data directory.My instance has been running fine on v15 so far. (I switched back to 15 in the compose file and it works again)
Would be nice with lemmy documentation how to migrate from 15 to 16.
I looked about for it and the PG update basically involves creating a new folder to initialize and then exporting/importing the old DB, but haven't successfully done so yet here.