-
Notifications
You must be signed in to change notification settings - Fork 339
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
chore: restore the ability to use PVCs as source for a restore #4893
Conversation
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
❗ By default, the pull request is configured to backport to all release branches.
|
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
/test d=push |
@mnencia, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/9796426435 |
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
The is fine with me. I started a full E2e suite run: https://github.com/EnterpriseDB/cloudnative-pg/actions/runs/9840725538 |
/ok-to-merge E2e were green |
Why this PR is not included in 1.23.3 release notes? |
Not sure it works? bootstrap:
recovery:
volumeSnapshots:
storage:
name: db-recovery
kind: PersistentVolumeClaim
apiGroup: v1 Is this not approximately what the code should expect? Rejects it with the error in the PR so it's got this commit.
Based on my read of the code, that's what it should be expecting. |
…native-pg#4893) Closes cloudnative-pg#5030 Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Co-authored-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Signed-off-by: Sam Toxopeus <sam@fuga.cloud>
Closes #5030