ubclaunchpad / rocket2

🚀 The official UBC Launch Pad Slack bot and team management platform
https://rocket2.readthedocs.io
Other
18 stars 6 forks source link

cleanup: add db backup/restore scripts #610

Closed chuck-sys closed 3 years ago

chuck-sys commented 3 years ago

Details

Add database backup and restoration scripts so that you can easily switch off of my AWS account.

pipenv run python dump-db.py
pipenv run python restore-db.py

The idea is to run this manually.

codecov[bot] commented 3 years ago

Codecov Report

Merging #610 (1688b89) into master (9814ba9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #610   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files          41       41           
  Lines        2159     2159           
  Branches      297      297           
=======================================
  Hits         2040     2040           
  Misses         71       71           
  Partials       48       48           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9814ba9...1688b89. Read the comment docs.