Updated images for MariaDB/Gitea and Postgres to latest stable or LTS #31
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Amazing praxis @javielico 🤘
Gitea and MySQL should be smooth, 👍 on these.
I'm a bit nervous about Postgres, because major version upgrades have been incredibly cursed when I've done them before.
They usually involve
pg_dumpall
/pg_restore
either side of the upgrade because (from what I understand, anyway) the server app doesn't know how to upgrade data storage formats, won't launch if it detects an old data format, apg_upgrade
command exists but has some exciting requirements which are very hard to meet:I'm self-interestedly fine with an optimistic merge of this full PR anyway, because I'm not running any Postgres-based Gitea instances, but it would be awesome if we could include a recipe release note warning about this fiasco, and even more awesome if we could find a way to automate the upgrade somehow.
Let me review on the recipe release note and see what we can do about the migration. We could perhaps bump Pgsql to a version that still updated but it's not a major upgrade? The one we had in the recipe before had reached EOL.
Thank you for reviewing the PR @3wordchant 🚀
Added a warning message as discussed @3wordchant
Beautiful, thanks @javielico! I'm happy for us to merge this whenever you feel ready 👌
WIP: Updated images for MariaDB/Gitea and Postgres to latest stable or LTSto Updated images for MariaDB/Gitea and Postgres to latest stable or LTS🚀