Upgrading from 9.0.0+29.0.5-fpm to later versions breaks when using Postgres #46
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
c94ffed
by @javielico upgrades Postgres from 12 to 13, but the Postgres container doesn't know how to carry out major version upgrades itself.We should at least add a release note warning operators about this.
Medium-term, we should add an entrypoint script (like the ones for the Outline recipe and others), or switch to the
pgautoupgrade
image.CC @cas
@stevensting fyi, as you have used the
pgautoupgrade
image in the loomio recipe recentlyI just got foot gun'd by this also 😬 (from recipe tags v5 -> v6 already even (pg12 -> pg13))