Logical MongoDB Backup¶
If it hasn't been done already, the bitnami
Helm repository needs
to be added to your local configuration:
Install the MongoDB chart from the bitnami
Helm repository:
Note
We create two Blueprints here because the backup of the MongoDB is
completed from primary MongoDB pod itself, we will not have to do any backup related
activities in the secondary MongoDB pods. We therefore create a noop
BluePrint and annotate
secondary MongoDB StatefulSet to use the noop
Blueprint.
To create a Blueprint resource, please run below command:
To create another Blueprint resource, create a file named
mongo_noop_logical.yaml
with following contents:
and then apply the Blueprint using below command
Once the Blueprint is created we will have to annotate the StatefulSets with
the correct annotations to instruct K10 to use the Blueprint while performing
operations on this MongoDB instance.
We annotate the primary StatefulSet with the Blueprint named mongodb-logical
but the secondary one with Blueprint mongo-noop
to avoid taking any action
on the secondary members.
Finally, use K10 to backup and restore the application.