-
Notifications
You must be signed in to change notification settings - Fork 56
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
utilizing S3 storage into backup container #121
Comments
Support for S3 storage was added in this PR; https://github.com/BCDevOps/backup-container/pull/113/files. All documentation associated to the feature was included in that PR (currently). That did not include an updated In the end it would be nice to have an updated |
hi @jleach |
Hi @rshourou Recalling from memory here but I think you just set these environment variables (these are from the docker-compose.yaml file):
Then when it starts you should see this is the logs. Notice the "S3 endpoint" line.
Finally, you just have these two lines in your
|
Able to check the env vars are set? Open a terminal to the backup pod and echo all of them like You can see what it's trying to do in this file |
Looking for a backup-deploy.yaml file which includes environment variables for s3 storage (e.g. S3_USER , S3_PASSWORD, S3_ENDPOINT, S3_BUCKET). Couldn't find any documentation with this regard. I want to know how to connect s3 storage to backup container in openshift.
The text was updated successfully, but these errors were encountered: