Skip to content
Snippets Groups Projects
Commit 21c1e819 authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[Etherpad] Disable backups of pad.picasoft.net

Revert this commit to enable backups again.

Backups were run every six hours, but due to the huge increase in the 
size of our DB (Docker volume 'etherpad-db' takes 47 GB at this time), 
backups take almost 3h30 to complete, slowing down the entire instance 
during that period.
parent ae9dde3e
No related branches found
No related tags found
No related merge requests found
......@@ -10,18 +10,6 @@
"Cron": "0 * * * *",
"Init-Backup": "1"
},
"etherpad": {
"Host": "etherpad-db",
"Port": "3306",
"User": "ETHERPAD_DB_USER",
"Password": "ETHERPAD_DB_PASSWORD",
"Database": "--all-databases",
"Type": "mysql",
"Folder": "etherpad",
"Cron": "0 */6 * * *",
"Options": "--single-transaction",
"Init-Backup": "1"
},
"wekan": {
"Host": "wekan-db",
"Port": "27017",
......
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