thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
889 stars 57 forks source link

Feature request: Add `development backup` #194

Open vfonic opened 2 years ago

vfonic commented 2 years ago

I'd like to temporarily restore production database locally, but I don't want to lose my local development database data. After I finish I'd like to restore development database from backup.

Parity is all about making developer's life easier so I thought it could be a good fit.

Because, right now I'm searching how to make a local db backup, and how to restore it afterwards.