Charmed MySQL
- By Canonical Data Platform
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
8.0/stable | 151 | 20 Apr 2023 | |
8.0/candidate | 151 | 20 Apr 2023 | |
8.0/beta | 151 | 20 Apr 2023 | |
8.0/edge | 161 | 26 May 2023 |
juju deploy mysql --channel 8.0/stable
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
How to create and list backups
Creating and listing backups requires that you:
- Have a Charmed MySQL deployed
- Access to S3 storage
- Have configured settings for S3 storage
Once Charmed MySQL is active
and idle
(check juju status
), you can create your first backup with the create-backup
command:
juju run-action mysql/leader create-backup --wait
You can list your available, failed, and in progress backups by running the list-backups
command:
juju run-action mysql/leader list-backups --wait
Help us improve this documentation
Most of this documentation can be collaboratively discussed and changed on the respective topic in the doc category of the Charmhub forum. See the documentation guidelines if you’d like to contribute.