AWS client V2 for logical-backup image #2559
jeffreyhilaire
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Will the logical-backup image move to using the AWS client V2 any time soon ?
I have an existing PostgreSQL cluster on Kubernetes that stopped doing backup to object storage ( Akamai/linode's S3 implementation ) and I believe the problem might be related to the operator still using the V1 of the S3 API based on this documentation https://www.linode.com/docs/products/storage/object-storage/guides/aws-cli/.
Going over the Dockerfile, it seems that the change is as 'simple' as running 'pip3 install --no-cache-dir aws --upgrade' instead of the current 'pip3 install --no-cache-dir awscli --upgrade' ?
Beta Was this translation helpful? Give feedback.
All reactions