Skip to content
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

Examples for backup to Azure Blob storage? #1073

Open
nimaaj93 opened this issue Jul 25, 2022 · 1 comment
Open

Examples for backup to Azure Blob storage? #1073

nimaaj93 opened this issue Jul 25, 2022 · 1 comment

Comments

@nimaaj93
Copy link

I have been trying to use the backup feature of the operator on Azure Blob Storage. Following the rclone docs for azureblob, I was able to connect and sync files using the command line but when I add the same credentials on json token and create the backup resource base on it, I see no actions happening and when I describe the backup resource, I see no events there.

My backup yaml:

apiVersion: "backup.arangodb.com/v1alpha"
kind: "ArangoBackup"
metadata:
  name: "testbackup"
  namespace: "arango"
spec:
  upload:
    repositoryURL: "azure://mystorageaccount"
    credentialsSecretName: "backupsecret"
  deployment:
    name: "my-deployment"

And my json token:

{"azure":{"account": "mystorageaccount","key": "mykey"}}

I also tried using azureblob instead of azure for provider as well as other authentication methods described on rclone page.

it would be really nice to have an example of the backup similar to S3 mentioned in the documentation.

@ajanikow
Copy link
Collaborator

Hello!

ArangoBackup needs to be enabled: https://github.com/arangodb/kube-arangodb/tree/master/chart/kube-arangodb#operatorfeaturesbackup and it works only with ArangoDB EE (HotBackup feature is used behind)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants