Skip to content
Snippets Groups Projects
Verified Commit eca18a0f authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

[Backup] Configure backup for mobilizon

parent 07b3e3f8
No related branches found
No related tags found
No related merge requests found
......@@ -43,5 +43,14 @@
"Week": 4,
"Month": 12
}
},
"mobilizon": {
"Folder": "mobilizon",
"Backup-Rota": {
"Hour": 24,
"Day": 7,
"Week": 4,
"Month": 12
}
}
}
......@@ -51,5 +51,16 @@
"Folder": "plume",
"Cron": "0 1 * * *",
"Init-Backup": "1"
},
"blog": {
"Host": "mobilizon-db",
"Port": "5432",
"User": "MOBILIZON_DB_USER",
"Password": "MOBILIZON_DB_PASSWORD",
"Database": "mobilizon",
"Type": "postgres",
"Folder": "mobilizon",
"Cron": "0 */6 * * *",
"Init-Backup": "1"
}
}
......@@ -6,3 +6,5 @@ BLOG_DB_USER=
BLOG_DB_PASSWORD=
ETHERPAD_WEEK_DB_USER=
ETHERPAD_WEEK_DB_PASSWORD
MOBILIZON_DB_USER=
MOBILIZON_DB_PASSWORD=
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