Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 380 Bytes

sync-data-between-environments.md

File metadata and controls

8 lines (6 loc) · 380 Bytes

Datasync between environments

  • ./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