Datasync between environments

January 22, 2022 ยท View on GitHub

  • ./scripts/prod_to_local.sh - sync prod database to local database
  • ./scripts/stage_to_local.sh - sync stage database to local database
  • ./scripts/example_prod_to_stage.sh - a starting point for a script syncing prod data to stage.
  • ./scripts/restore_db.sh - Reset database
  • ./scripts/store_db.sh - Create database dump