make it so piwik can be backed up
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
86b83c3e2b
commit
fa72b2b2cb
4 changed files with 6 additions and 0 deletions
|
@ -24,3 +24,4 @@ value01.phx2.fedoraproject.org
|
|||
taiga.fedorainfracloud.org
|
||||
taskotron01.qa.fedoraproject.org
|
||||
nuancier01.phx2.fedoraproject.org
|
||||
piwik.fedorainfracloud.org
|
||||
|
|
|
@ -16,3 +16,5 @@ description: piwik testing
|
|||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
||||
|
||||
host_backup_targets: ['/srv/dbdump']
|
||||
|
|
|
@ -31,3 +31,6 @@
|
|||
tags:
|
||||
- config
|
||||
- piwik
|
||||
|
||||
- name: database dump cron
|
||||
cron: name=dbdump special_time=daily job="mysqldump --skip-extended-insert piwik | gzip -9 > /srv/dbdump/piwik.sql.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue