~openstack-charmers-next/charms/wily/percona-cluster/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pause:
  description: Pause the MySQL service.
resume:
  description: Resume the MySQL service.
backup:
  description: Full database backup
  params:
    basedir:
      type: string
      default: "/opt/backups/mysql"
      description: The base directory for backups
    compress:
      type: boolean
      default: false
      description: Whether or not to compress the backup
    incremental:
      type: boolean
      default: false
      description: Make an incremental database backup