docker-gitlab icon indicating copy to clipboard operation
docker-gitlab copied to clipboard

Gitlab backup to Scaleway Object Storage (S3) ?

Open samuelfranzini opened this issue 6 years ago • 6 comments

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.

samuelfranzini avatar Aug 14 '19 14:08 samuelfranzini

up ? ....

samuelfranzini avatar Aug 29 '19 09:08 samuelfranzini

I recommend looking at the instructions for s3 using Google. Since s3 using Google is non-native, but uses the same theory.

fire avatar Sep 07 '19 05:09 fire

@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

stephane-klein avatar Mar 08 '20 21:03 stephane-klein

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.

stale[bot] avatar May 07 '20 21:05 stale[bot]

AWS_BACKUP_SIGNATURE_VERSION S3 SIGNATURE config must

williamjie avatar May 25 '20 07:05 williamjie

@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

Hi, Where you put this type of config on an omnibus install on linux ?

Best regards

D0wn3r avatar Aug 09 '24 13:08 D0wn3r