Closed Mokto closed 1 year ago
Backups seem to be a non stop process even though I chose a period of 6.5h:
This is how i create the backup in the yaml file (i'm using scylladb operator)
backups: - name: "full backup" rateLimit: ["50"] numRetries: 3 retention: 6 startDate: now location: ["gcs:mybucketname"] interval: "0d6h30m0s" keyspace: ["keyspace1", "production"]
Versions: Scylladb: 5.1.6 Operator version 1.8.0 Manager: 3.2-dev-0.20230315.8cf611cd-SNAPSHOT-8cf611cd (also tried with 3.1.0-rc0-0.20230315.88bcedf5 and 3.0.0)
Thanks a lot!
For those who encounter this issue. It seems to be the case when some other setting is wrongly set. In my case automatic repair.
Backups seem to be a non stop process even though I chose a period of 6.5h:
This is how i create the backup in the yaml file (i'm using scylladb operator)
Versions: Scylladb: 5.1.6 Operator version 1.8.0 Manager: 3.2-dev-0.20230315.8cf611cd-SNAPSHOT-8cf611cd (also tried with 3.1.0-rc0-0.20230315.88bcedf5 and 3.0.0)
Thanks a lot!