Charmed MySQL K8s How-to - Create And List Backups

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