-
Notifications
You must be signed in to change notification settings - Fork 30
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
Barman 3.12.0 introduced a change that break the images #120
Comments
@sxd Hello, could you rebuild also image 16.5 please. gbellongervais@localhost:~> podman run -it --entrypoint /bin/bash ghcr.io/cloudnative-pg/postgresql:16.5-5
postgres@fed603a8e170:/$ barman -v
3.12.0 Barman by EnterpriseDB (www.enterprisedb.com) I have to rollback to 16.5-1 to find back barman 3.11: gbellongervais@localhost:~> podman run -it --entrypoint /bin/bash ghcr.io/cloudnative-pg/postgresql:16.5-1
postgres@ca4cb2af2062:/$ barman -v
3.11.1 Barman by EnterpriseDB (www.enterprisedb.com) Also, until a new fixed release is available, just 16.5 will send you to 16.5-5. |
@albundy83 you should try the latest 16.5-7 not the old ones, those were built before the update, we don't re-built old images, that will break immutability, you should just pull the latest one |
Hi, but there is no such image :) |
And when I try the last one, as I say in my first post, you have barman 3.12 (and the issue): gbellongervais@localhost:~> podman run -it --entrypoint /bin/bash ghcr.io/cloudnative-pg/postgresql:16.5
postgres@d8e66b1fb8db:/$ barman -v
3.12.0 Barman by EnterpriseDB (www.enterprisedb.com) |
@albundy83 sorry I mean 16.6, we don't built old 16.5 those are the buggy postgres images |
Ah ok, I understand, thanks for the details |
@albundy83 please do not use 16.5 or any of PostgreSQL versions released on the week of Nov 14th |
Ok ok :) |
In the latest release of Barman 3.12.0 released on November 21th 2024, a change was introduced in this PR that changes the format of the date for the JSON output
to ISO format, which breaks the parsing of the backup being and end, this breaks the backups in the CloudNativePG operator.
The affected images are:
Which are all the images built between November 22th to November 25th.
People that download the images should update the images to the latest one built after the following PR #119
The text was updated successfully, but these errors were encountered: