From 4c6b9de4a62a88cbf0a819d51a409ce6b72766cf Mon Sep 17 00:00:00 2001 From: Vincent Lohse Date: Tue, 3 Oct 2023 12:06:13 +0200 Subject: [PATCH] RONDB-518: Renamed SingleBackups to OnDemandBackups (#48) --- 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,