ysde/grafana-backup-tool

Other S3-compatible providers

Closed this issue · 4 comments

tombh commented

At the moment only AWS S3 is supported. This isn't a major problem as grafana-backup can just be used without its native S3 support and manual steps can be taken to upload. But at the least, would you be open to adding something like s3cmd to the Docker image? It'd simply need this line:

RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing s3cmd

I think some sort of post-backup hook command would be nice to add to both the grafana-backup cli as well as the docker image

In fact, there will be object storage platforms which compatible with s3 and it would be grateful to have this compatibility in this fantastic repo.

aak74 commented

I`m just added parameter AWS_ENDPOINT_URL and all work just fine.

e.g.

export AWS_ENDPOINT_URL=https://storage.yandexcloud.net

I tested this finally with minio and it works great so closing this issue