Jiri Broulik | 634ea8a | 2017-05-31 17:10:03 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - xtrabackup |
| 3 | classes: |
| 4 | - service.xtrabackup.support |
| 5 | parameters: |
| 6 | _param: |
| 7 | xtrabackup_qpress_source: tar |
| 8 | xtrabackup_qpress_source_name: http://www.quicklz.com/qpress-11-linux-x64.tar |
| 9 | xtrabackup_remote_server: cfg01 |
| 10 | xtrabackup: |
| 11 | client: |
| 12 | enabled: true |
| 13 | full_backups_to_keep: 3 |
| 14 | hours_before_full: 48 |
| 15 | hours_before_incr: 12 |
| 16 | compression: true |
| 17 | compression_threads: 2 |
| 18 | database: |
| 19 | user: root |
| 20 | password: ${_param:galera_server_admin_password} |
| 21 | target: |
| 22 | host: ${_param:xtrabackup_remote_server} |
| 23 | qpress: |
| 24 | source: ${_param:xtrabackup_qpress_source} |
| 25 | name: ${_param:xtrabackup_qpress_source_name} |