🌱 Method for syncing db between machines
Pull remote DB
- Dump DB from server
- SCP DB to local computer
- Find/Replace DB
- Install DB on local computer
Push local DB
- Dump DB from local computer
- Find/Replace DB
- SCP to remote server
- Install DB on remote server