-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Upgrading Postgres vom 15.5 to 16.1 fails on arm64 #3106
Comments
Postgres changed container networks ( Make sure you've upgraded your setup ( In any case, I believe the code should handle it fine anyway, so maybe the problem lies elsewhere. |
thanks for the fast reply, |
In that case, during the upgrade, the newly-created Postgres instance is probably too slow to start and at the time we try to import to it, it's not available yet. You can add an extra variable to the upgrade procedure to add a larger delay. It's 15 seconds by default. Try adding It may be something else too, but.. that's my next guess as to what's wrong. |
unfortunately it didn't work as well... |
Configuration:
devture_postgres_connection_password:
matrix_architecture: arm64
in vars.yml)Problem:
I want to upgrade from postgres 15.5 to 16.1 with
just run-tags upgrade-postgres
but getstderr: 'psql: error: could not translate host name "matrix-postgres" to address: Name does not resolve'
while
TASK [galaxy/postgres : Perform Postgres database import
systemctl status matrix-postgres
is giving me:Tried restarting matrix-postgres.service or rebooting the whole system and trigger the import manually but getting the same error.
Only way getting back to a working setup again is to remove postgres data and move the backup-data back in place followed by a
--tags=setup-postgres
Appreciate any hints to solve this!
The text was updated successfully, but these errors were encountered: