I finally got around to updating cannery again, and I added these database upgrade steps to the readme, along with some extra comments in docker-compose.yml in version 0.9.15!
Thank you so much for this, this makes db updates so easy now I've been updating all the databases on my server, including this gitea one which should be much faster now as well, this is awesome!!
Yo I just ran this on my instance and it worked like a charm!!! I'll add a line in the readme for db instructions, but I just changed postgres:13
to pgautoupgrade/pgautoupgrade:17-alpine
, did…
I think you should be able to modify postgres:13
in the docker-compose.yml
to postgres:17
for a new database with no problems (and should be fully supported), but if you need to migrate an…