Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
342 B

#!/bin/sh
/usr/bin/mysqldump --user={{ matomo_db_user }} \
--password={{ matomo_db_pass }} \
--host={{ matomo_db_server }} \
--quick --single-transaction \
--add-drop-table {{ matomo_db_name }} | lz4 -c > {{ matomo_root_dir }}/db_dumps/{{ matomo_db_name }}.sql.lz4