Skip to content

Commit

Permalink
RONDB-518: Renamed SingleBackups to OnDemandBackups (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv authored Oct 3, 2023
1 parent 0eb4b5e commit 4c6b9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions managed_rondb/desired_state.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
"NdbAgentVersion": "0.999",
"NdbAgentDownloadLink": "http://nginx/local/ndb-agent-0.999.tgz",
"SingleBackups": [
"OnDemandBackups": [
/*
This is an example of a backup that is saved on a Docker volume.
As this is the first desired state, this backup will be run right
Expand All @@ -48,7 +48,7 @@
set if RonDBRunning has never been set to true before. Therefore, a cluster
can never restore its own backup.
Make sure that this backup is also referenced in SingleBackups.
Make sure that this backup is also referenced in OnDemandBackups.
"RestoreFromBackup": {
"Id": 123,
Expand Down

0 comments on commit 4c6b9de

Please sign in to comment.