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

Revert "[Etherpad] Disable backups of pad.picasoft.net"

This reverts commit 21c1e819.
parent 944cfe4e
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,18 @@
"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