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 @@ ...@@ -18,7 +18,7 @@
"Database": "--all-databases", "Database": "--all-databases",
"Type": "mysql", "Type": "mysql",
"Folder": "etherpad", "Folder": "etherpad",
"Cron": "0 1 * * *", "Cron": "0 */6 * * *",
"Options": "--single-transaction --quick --lock-tables=false", "Options": "--single-transaction --quick --lock-tables=false",
"Init-Backup": "1" "Init-Backup": "1"
}, },
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"Database": "weekpad", "Database": "weekpad",
"Type": "postgres", "Type": "postgres",
"Folder": "etherpad-week", "Folder": "etherpad-week",
"Cron": "0 1 * * *", "Cron": "0 */6 * * *",
"Init-Backup": "1" "Init-Backup": "1"
}, },
"wekan": { "wekan": {
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"Database": "wekan", "Database": "wekan",
"Type": "mongo", "Type": "mongo",
"Folder": "wekan", "Folder": "wekan",
"Cron": "0 */12 * * *", "Cron": "0 */6 * * *",
"Init-Backup": "1" "Init-Backup": "1"
}, },
"blog": { "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