From 084315dbf871a5a0a324eda922c9e9cc9be09a53 Mon Sep 17 00:00:00 2001 From: Vincent Lohse Date: Mon, 2 Oct 2023 17:48:46 +0200 Subject: [PATCH] Renamed SingleBackups to OnDemandBackups --- managed_rondb/desired_state.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/managed_rondb/desired_state.jsonc b/managed_rondb/desired_state.jsonc index a472d7579..e24f2c498 100644 --- a/managed_rondb/desired_state.jsonc +++ b/managed_rondb/desired_state.jsonc @@ -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 @@ -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,