Browse Source

chg: [postgres] change ``backup`` relation from ``optional`` to is ``recommended``

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
backup
Valentin Lab 3 years ago
parent
commit
3286d68201
  1. 2
      postgres/metadata.yml

2
postgres/metadata.yml

@ -15,7 +15,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"

Loading…
Cancel
Save