Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add backup and restore commands to the makefile #107

Closed
wants to merge 11 commits into from

Commits on Dec 19, 2018

  1. Added the backups directory to the docker-compose.yml file.

    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    cc86be3 View commit details
    Browse the repository at this point in the history
  2. Added the DOCKERIZEWAIT variable so we don't have to write it out ove…

    …r and over again every time we need to access the db.
    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    d4ad0f9 View commit details
    Browse the repository at this point in the history
  3. Basic backup functionallity is working.

    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    e132cb7 View commit details
    Browse the repository at this point in the history
  4. Silence the output of the backup make command. It would be nice to ad…

    …d a progress bar or something.
    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    1e38d66 View commit details
    Browse the repository at this point in the history
  5. Added some useful feedback. Nice to have: verify the backup worked --…

    …somehow.
    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    5c6e5a9 View commit details
    Browse the repository at this point in the history
  6. Added mongodb backup utility.

    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    c5a1921 View commit details
    Browse the repository at this point in the history
  7. Changed the backup timestamp to remove the UTC redundancy.

    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    e275ba8 View commit details
    Browse the repository at this point in the history
  8. Added restore functionallity.

    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    28aa669 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    8770c1f View commit details
    Browse the repository at this point in the history
  10. Added the dangerous options for restoration to allow an option that d…

    …oesn't create a backup first.
    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    2cdc1bf View commit details
    Browse the repository at this point in the history
  11. Added documentation.

    Frank Anderson committed Dec 19, 2018
    Copy the full SHA
    5a10375 View commit details
    Browse the repository at this point in the history