On Heroku, I am trying to copy the production database into my staging app using the pgbackups addon. I followed the instructions on the addon page: https://devcenter.heroku.com
I think its not --remote its --app try this:
heroku pgbackups:restore DATABASE `heroku pgbackups:url --app production-app` --app staging-app