Added commit message warning about Pgsql upgrade

This commit is contained in:
Javielico 2023-05-09 20:31:17 +01:00
parent d5577a0f75
commit 77dd223f94
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