Charmed MySQL K8s

Channel Revision Published Runs on
8.0/stable 153 27 Jun 2024
Ubuntu 22.04
8.0/candidate 153 26 Jun 2024
Ubuntu 22.04
8.0/beta 160 15 Jul 2024
Ubuntu 22.04
8.0/beta 161 15 Jul 2024
Ubuntu 22.04
8.0/edge 165 23 Jul 2024
Ubuntu 22.04
8.0/edge 164 23 Jul 2024
Ubuntu 22.04
juju deploy mysql-k8s --channel 8.0/stable
Show information

Platform:

How to create and list backups

Creating and listing backups requires that you:

Once Charmed MySQL K8s is active and idle (check juju status), you can create your first backup with the create-backup command:

juju run-action mysql-k8s/leader create-backup --wait

You can list your available, failed, and in progress backups by running the list-backups command:

juju run-action mysql-k8s/leader list-backups --wait

Help improve this document in the forum (guidelines). Last updated 1 year, 3 months ago.