From 945b5b86205b32fea18d2e51c2f2843bd9df6760 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 8 Mar 2021 18:55:30 +0100 Subject: [PATCH] chg: [mariadb] backup relation is now ``recommended`` instead of ``optional`` !minor Signed-off-by: Valentin Lab --- mariadb/metadata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb/metadata.yml b/mariadb/metadata.yml index 24c018e4..676e4933 100644 --- a/mariadb/metadata.yml +++ b/mariadb/metadata.yml @@ -16,7 +16,7 @@ uses: schedule: "31 * * * *" ## schedule backup every hour ## This one is useful only if previous relation is used backup: - constraint: optional + constraint: recommended auto: pair solves: backup: "Automatic regular backups of dumps"