mirror of
https://github.com/suitenumerique/drive.git
synced 2026-04-25 17:15:19 +02:00
add scalingo_pgdump script to dump the database and upload it to scaleway s3. add cron.json to schedule pgdump everyday at noon UTC.
8 lines
84 B
JSON
8 lines
84 B
JSON
{
|
|
"jobs": [
|
|
{
|
|
"command": "0 0 * * * bin/scalingo_pgdump.sh"
|
|
}
|
|
]
|
|
}
|