Charmed MongoDB
- By Canonical Data Platform
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
6/edge | 140 | 30 Nov 2023 | |
5/stable | 117 | 20 Apr 2023 | |
5/candidate | 117 | 20 Apr 2023 | |
5/edge | 139 | 21 Nov 2023 | |
3.6/stable | 100 | 28 Apr 2023 | |
3.6/candidate | 100 | 13 Apr 2023 | |
3.6/edge | 100 | 03 Feb 2023 |
juju deploy mongodb --channel 6/edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
Creating and listing backups requires that you:
- Have a replica set with at least three-nodes deployed
- Access to S3 storage
- Have configured settings for S3 storage
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/leader create-backup
You can list your available, failed, and in progress backups by running the list-backups
command:
juju run mongodb/leader list-backups