Skip to content

Heroku mLab's free plan does not provide periodic backups.. so i made my own !

Notifications You must be signed in to change notification settings

tutanck/BackupPlease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Welcome to BackupPlease 👋

Version License: ISC Twitter: tutanck

Automated and scheduled MongoDB backups using CircleCi and Git.

Usage

1) Set up the project on CircleCi

2) Fill in environment variables accordingly:

 - DUMP_CMD  // mongodb://<dbuser>:<dbpassword>@<dbdomain>.mongolab.com:<dbport>/<dbdatabase> 
 <!-- should not define -o (output directory option)  -->
 - REPOSITORY_URL // https://github.com/username/repository.git
 - email // your-github-email@domain.com
 - name // your-github-username
 - sshkey // a:valid:ssh:key:with:read:and:write:rights:to:your:repository

3) Go take a nap !

Author

👤 tutanck

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Heroku mLab's free plan does not provide periodic backups.. so i made my own !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published