-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Latest version of postgres container is broken. The previous one which was released 10 ago is working fine. Is it possible to keep at least 2 latest 10.4 versions? #450
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
Comments
Broken in what way |
Container goes into restart cycle. The previous version is working fine. |
Could you also give the commands you ran and any relevant contextual files for reproducing the issue |
My images broke recently too. fe89a60 changes |
All right, I've got it. My The dump I'm trying to restore is a tar-format backup created by # tar tvzf snapshot.pgdump
-rw------- postgres/postgres 565447 2018-05-30 11:51:43 toc.dat
-rw------- postgres/postgres 5 2018-05-30 11:51:43 4401.dat
-rw------- postgres/postgres 5 2018-05-30 11:51:43 4403.dat
-rw------- postgres/postgres 5 2018-05-30 11:51:43 4404.dat
-rw------- postgres/postgres 5 2018-05-30 11:51:43 4395.dat
-rw------- postgres/postgres 5 2018-05-30 11:51:43 4407.dat
…
-rw------- postgres/postgres 5 2018-05-30 11:51:43 4728.dat
-rw------- postgres/postgres 493857 2018-05-30 11:51:43 restore.sql A script restores this into a It turns out that This used to be fine since In summary:
This combination broke my |
Ouch, that was definitely not intentional -- I'll get a PR up shortly to fix that here too. Sorry about that! |
No description provided.
The text was updated successfully, but these errors were encountered: