Skip to content
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

Proxy is broken during cloning #975

Open
karthik-murugan-hpe opened this issue Feb 20, 2024 · 0 comments
Open

Proxy is broken during cloning #975

karthik-murugan-hpe opened this issue Feb 20, 2024 · 0 comments

Comments

@karthik-murugan-hpe
Copy link

I've been testing WAL-E/G backup and restore with AWS S3 bucket.

My cluster is behind a proxy, so I configured https_proxy in its manifest. This worked well for the backup and S3 bucket gets populated with base backup.

However while trying to create a cluster by cloning from this S3 bucket, it ends up in connection error after 10 mins or so.

Apparently this code , which populates the env variables ends up prefixing ***_proxy variables with CLONE_.

Workaround is to add an env variable CLONE_https_proxy, so that this code populates it to the restore process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant