DB Restoration From Staging to Production with Parity
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
Using parity with my Heroku apps, I'd like to restore my production database from staging. This should be possible based on the documentation using the --force argument, yet passing this argument results in an error: Error: Unexpected argument: --force . Here's the exact command I am using: production restore staging --force . So far, I've tried: Reinstalling Parity via the install instructions Adjusting where the --force argument is placed Opening a new terminal window and executing the commands again Updating heroku_cli via brew Any help would be appreciated!