forked from 0k/0k-charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
359 B
15 lines
359 B
summary: "Postgres server"
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
|
|
data-resources:
|
|
- /var/lib/postgresql/data
|
|
provides:
|
|
postgres-database:
|
|
|
|
uses:
|
|
schedule-command:
|
|
constraint: optional
|
|
auto: pair
|
|
solves:
|
|
backup: "Automatic regular backups"
|
|
default-options:
|
|
schedule: "31 * * * *" ## schedule backup every hour
|