Charmed MongoDB
- By Canonical Data Platform
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
5/stable | 117 | 20 Apr 2023 | |
5/candidate | 117 | 20 Apr 2023 | |
5/edge | 118 | 03 May 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 5/stable
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
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-action mongodb/leader create-backup --wait
You can list your available, failed, and in progress backups by running the list-backups
command:
juju run-action mongodb/leader list-backups --wait
Help us improve this documentation
Most of this documentation can be collaboratively discussed and changed on the respective topic in the doc category of the Charmhub forum. See the documentation guidelines if you’d like to contribute.