Charmed MySQL K8s

Channel Revision Published Runs on
8.0/stable 127 22 Mar 2024
Ubuntu 22.04
8.0/candidate 127 18 Mar 2024
Ubuntu 22.04
8.0/beta 132 22 Mar 2024
Ubuntu 22.04
8.0/edge 137 16 Apr 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, 6 days ago.