-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB migration jobs fail on PostgreSQL14.3 for Mastodon 4.3.0 #156
Comments
You need to update to the latest patch release of Postgresql 14 (14.13). This can be done in place, without upgrading your pg data directory. If you want to update to a more recent postgres major version, then you need to follow the postgres upgrade procedure, that involves either a dump, or using |
@renchap and how do I do that with the version of PostgreSQL that was installed by the helmchart? Also the release notes for 4.3.0 say that they support for PostgreSQL 12 up |
You probably should update
Yes, we missed that one of our dependencies has a specific check for versions 14.0 to 14.3, as they have a known data corruption bug. We will update the release notes tomorrow |
Trying to upgrade the dependencies also fails as PostgreSQL16 won't open the data directory of PostgreSQL 14 to upgrade
The text was updated successfully, but these errors were encountered: