Skip to content

khirr/mongodb-backup-to-scaleway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB backup to Scaleway Object Storage

MongoDB

Recommendation

If you use a replicaSet, include in your EXTRA_PARAMS readPreference=secondary for best performance.

Docker

Build and Run

docker build . -t mongodb-backup && docker run --env-file=".env" mongodb-backup

Build from M1 to X86

If you have a Mac with M1 chip and you want to build for x86 hadware, you can use this:

docker buildx build --platform=linux/amd64 . -t mongodb-backup

Kubernetes

You can run a cronjob task with 200m of CPU and 256Mi of RAM.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published