-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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 to S3
, not BACKUP_LOCATION
.
This can be seen at /etc/services.available/20-openldap-backup/run line 17
S3 Environment variables are incorrect
- The S3 variable do not want
BACKUP_
in front of them, as can be seen at starting at [/etc/services.available/20-openldap-backup/run line 128] ("S3" | "s3" | "MINIO" | "minio" ) - The
S3_HOSTNAME
is not correct, the script wantsS3_HOST
Missing libressl
Don't know if it is related or not
++ libressl md5 -binary
/etc/services.available/20-openldap-backup/run: line 149: libressl: command not found
Metadata
Metadata
Assignees
Labels
No labels