-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
S3 Backups Broken #35
Comments
Thanks for this, will review and push out a fix. |
Just looking at this in detail: - My apologies, I copied this from by
Which doesn't anywhere state
|
Initial Change pushed as |
Yeah sorry if the comment about In the Environment Variables section of the read me, it says that |
We're using your image |
Sure, I've just rebuilt it ( |
sorry. i'm use to closing issues at my work :)... You probably meant for it to be this way but |
Darnit, thats my permissiosn on my workstation that got reset after a rebuild. Apologies on being very messy. I will resolve shortly. |
There are several issues with trying to use S3 Backups.
Environment
Using the docker-compose file provided
Issues
Setting Backups to S3
In order to set the backups to S3, the env variable
BACKUP_TYPE
needs to be set toS3
, notBACKUP_LOCATION
.This can be seen at /etc/services.available/20-openldap-backup/run line 17
S3 Environment variables are incorrect
BACKUP_
in front of them, as can be seen at starting at [/etc/services.available/20-openldap-backup/run line 128] (docker-openldap/install/etc/services.available/20-openldap-backup/run
Line 128 in 1fd264d
S3_HOSTNAME
is not correct, the script wantsS3_HOST
Missing libressl
Don't know if it is related or not
The text was updated successfully, but these errors were encountered: