Reputation: 43
When I push my local database to heroku postgresql, my current way is to heroku pg:reset, then using heroku pg:push local_db remote_db.
Is there any efficient way to do this rather than wiping my entire heroku database content and write new content every time?
Upvotes: 0
Views: 264
Reputation:
In all my years developing, whether it be with Heroku or not I have never seen a reason to push to the database from dev to production more than once.
Upvotes: 3