From 9b81c5ae4d7a9bd136e04f94d9780591dd1c263e Mon Sep 17 00:00:00 2001 From: romitkarmakar Date: Fri, 9 Aug 2024 11:28:46 +0530 Subject: [PATCH] chore: Update Dockerfile to use latest MongoDB database tools package for Debian 12 --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 57d3568..b524634 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,26 @@ CONFIG_JSON='' - Copy the output and set the environment variable in the platform where you are deploying the project +## Configuration for MongoDB Backup +```yaml +- job_type: "mongodb" + input: + host: "" + username: "" + password: "" + db_name: "" + tunnel: + username: "" + host: "" + private_key: "" + output: + storage: "s3" + bucket: "" + region: "" + access_key: "" + secret_key: "" +``` + ## AWS Setup Minimal AWS Policy for the IAM User