-
Notifications
You must be signed in to change notification settings - Fork 1
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
Choose WAL-G backup by start time when cloning and deleting #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the changes still pass the tests this looks shippable!
postgres-appliance/Dockerfile
Outdated
ARG PGOLDVERSIONS="12 13 14 15" | ||
ARG PGOLDVERSIONS="13 14 15" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the harm in leaving this equal to upstream? I'm thinking that it's better to align as much as possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was originally because I had some trouble building the image early on that seemed related to older versions, but that seems to have been fixed while rebasing, so can just drop that commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, let's go with as much upstream as possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropping that commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran the tests in ck8s-postgres and they work with this change!
86dee27
to
7110177
Compare
This replaces #1 with a rebased commit stack.
Fixes https://github.com/elastisys/compliantkubernetes-postgresql/issues/241
Also fixes the following upstream issues AFAIK (more investigation needed to verify):
Does not fix when Spilo relies on
wal-g backup-list LATEST
:Breaks cloning from backup that does not include
metadata.json
(for example backup created withwal-e
):