no regular backup configuration option
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Percona Cluster Charm |
Triaged
|
Wishlist
|
Ramon Grullon | ||
percona-cluster (Juju Charms Collection) |
Invalid
|
Wishlist
|
Unassigned |
Bug Description
The percona-cluster charm doesn't currently have any backup options, so you have to manually configure backups if you're using it (i.e. outside of Juju). The mysql charm has the following options:
backup_dir:
default: "/var/lib/
type: string
backup_
default: ""
type: string
Cron schedule used for backups. If empty backups are disabled
backup_
default: 7
type: int
Obviously there may be some other needed options to figure out how/where to do backups when you have multiple units.
tags: | added: canonical-bootstack |
Changed in charm-percona-cluster: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in percona-cluster (Juju Charms Collection): | |
status: | Triaged → Invalid |
Changed in charm-percona-cluster: | |
assignee: | nobody → Ramon Grullon (rgrullon) |
Changed in charm-percona-cluster: | |
milestone: | none → 19.07 |
Changed in charm-percona-cluster: | |
milestone: | 19.07 → 19.10 |
Changed in charm-percona-cluster: | |
milestone: | 19.10 → 20.01 |
Changed in charm-percona-cluster: | |
milestone: | 20.01 → 20.05 |
Changed in charm-percona-cluster: | |
milestone: | 20.05 → 20.08 |
Changed in charm-percona-cluster: | |
milestone: | 20.08 → none |
Note that the pxc charm does have an action to perform backups (thanks to the bootstack team for that).
That said, might be nice to have this feature as well.