docker-gitlab
docker-gitlab copied to clipboard
Gitlab backup to Scaleway Object Storage (S3) ?
Hello,
I would like to know if it was possible to configure Gitlab backups towards a Scaleway Object Storage server.
Apparently their servers are S3 compatible, but I would like to know if one of you have already tried doing this ?
Thanks in advance.
up ? ....
I recommend looking at the instructions for s3 using Google. Since s3 using Google is non-native, but uses the same theory.
@SampicBE yes, you can configure GitLab Backup to Scaleway S3 with this configuration:
- AWS_BACKUPS=true
- AWS_BACKUP_REGION=fr-par
- AWS_BACKUP_ENDPOINT=https://s3.fr-par.scw.cloud
- AWS_BACKUP_ACCESS_KEY_ID=xxxxx
- AWS_BACKUP_SECRET_ACCESS_KEY=xxxx
- AWS_BACKUP_BUCKET=xxxx
Best regards, Stéphane
This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.
AWS_BACKUP_SIGNATURE_VERSION S3 SIGNATURE config must
@SampicBE yes, you can configure GitLab Backup to Scaleway S3 with this configuration:
- AWS_BACKUPS=true - AWS_BACKUP_REGION=fr-par - AWS_BACKUP_ENDPOINT=https://s3.fr-par.scw.cloud - AWS_BACKUP_ACCESS_KEY_ID=xxxxx - AWS_BACKUP_SECRET_ACCESS_KEY=xxxx - AWS_BACKUP_BUCKET=xxxxBest regards, Stéphane
Hi, Where you put this type of config on an omnibus install on linux ?
Best regards