Charmed MySQL K8s

Channel Revision Published Runs on
8.0/stable 180 02 Sep 2024
Ubuntu 22.04
8.0/stable 181 02 Sep 2024
Ubuntu 22.04
8.0/candidate 180 26 Aug 2024
Ubuntu 22.04
8.0/candidate 181 26 Aug 2024
Ubuntu 22.04
8.0/beta 181 20 Aug 2024
Ubuntu 22.04
8.0/beta 180 20 Aug 2024
Ubuntu 22.04
8.0/edge 199 Today
Ubuntu 22.04
8.0/edge 198 Today
Ubuntu 22.04
juju deploy mysql-k8s --channel 8.0/edge
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

If you have a cluster of one unit, you can run the create-backup action on mysql-k8s/leader (which will also be the primary unit).

Otherwise, you must run the create-backup action on a non-primary unit (see juju status or run juju run-action mysql-k8s/leader get-cluster-status to find the primary unit).

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