Charmed MongoDB K8S How To - Create and list backups

Creating and listing backups requires that you:

Once you have a three-node replicaset that has configurations set for S3 storage, check that Charmed MongoDB is active and idle with juju status. Once Charmed MongoDB is active and idle, you can create your first backup with the create-backup command:

juju run mongodb-k8s/leader create-backup

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

juju run mongodb-k8s/leader list-backups