Block a user
Postgres 13 upgrade
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!!
Postgres 13 upgrade
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…
Postgres 13 upgrade
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…