Skip to content

Commit

Permalink
chore: Update Dockerfile to use latest MongoDB database tools package…
Browse files Browse the repository at this point in the history
… for Debian 12
  • Loading branch information
romitkarmakar committed Aug 9, 2024
1 parent a16d019 commit 9b81c5a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<mongodb_host>"
username: "<mongodb_username>"
password: "<mongodb_password>"
db_name: "<mongodb_db_name>"
tunnel:
username: "<ssh_username>"
host: "<ssh_host>"
private_key: "<private_key in pem format>"
output:
storage: "s3"
bucket: "<s3_bucket>"
region: "<s3_region>"
access_key: "<s3_access_key>"
secret_key: "<s3_secret_key>"
```

## AWS Setup

Minimal AWS Policy for the IAM User
Expand Down

0 comments on commit 9b81c5a

Please sign in to comment.