Skip to content
Snippets Groups Projects
Verified Commit 3e78d33f authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[DBBackup] Now that Etherpad backup is non-blocking, increase frequency every 6 hours

parent 06e69a51
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
"Database": "--all-databases",
"Type": "mysql",
"Folder": "etherpad",
"Cron": "0 1 * * *",
"Cron": "0 */6 * * *",
"Options": "--single-transaction --quick --lock-tables=false",
"Init-Backup": "1"
},
......@@ -30,7 +30,7 @@
"Database": "weekpad",
"Type": "postgres",
"Folder": "etherpad-week",
"Cron": "0 1 * * *",
"Cron": "0 */6 * * *",
"Init-Backup": "1"
},
"wekan": {
......@@ -39,7 +39,7 @@
"Database": "wekan",
"Type": "mongo",
"Folder": "wekan",
"Cron": "0 */12 * * *",
"Cron": "0 */6 * * *",
"Init-Backup": "1"
},
"blog": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment