sync-db - Sync Production Database to Development Environment
Run database migration script to sync production data to local development environment
Tags
Updated: 2026-02-12Capabilities
Typical Inputs
Typical Outputs
What this skill does
- download production database
- restore database backup
- run Django migrations
- create admin user
Inputs
- AWS Parameter Store access
- Docker installation
- virtual environment
- production database credentials
Outputs
- database backup files
- updated development database
- Django migrations executed
- admin user created
Requirements
- virtual environment activated
- AWS CLI configured
- Docker installed
- backend/scripts directory
