scylladb / scylla-manager

The Scylla Manager
https://manager.docs.scylladb.com/stable/
Other
52 stars 34 forks source link

Too many backups are started #3328

Closed Mokto closed 1 year ago

Mokto commented 1 year ago

Backups seem to be a non stop process even though I chose a period of 6.5h:

Screenshot 2023-03-17 at 05 35 05 image

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!

Mokto commented 1 year ago

For those who encounter this issue. It seems to be the case when some other setting is wrongly set. In my case automatic repair.