Added commit message warning about Pgsql upgrade
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Javielico 2023-05-09 20:31:17 +01:00
parent b73b167b98
commit e3749d3038
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Beware that you'll also be updating Postgres if you're running it. Usually with major updates it might involve pg_dumpall / pg_restore either side of the upgrade because the server app doesn't know how to upgrade data storage formats, won't launch if it detects an old data format, a pg_upgrade command is available. More info on https://git.coopcloud.tech/coop-cloud/gitea/pulls/31