2011/6/17 Estanislau Trepat <[email protected]> > I've just updated to heroku client gem 2.3.0 and I'm trying to > transfer the production database to an staging app for testing with: > > heroku pgbackups:restore `heroku pgbackups:url --app production-app` -- > app staging-app >
Nevermind. I found what I was doing wrong. The command should be issued like this: heroku pgbackups:restore DATABASE `heroku pgbackups:url --app production-app` --app staging-app Thanks anyway. Cheers, -- Estanislau Trepat http://etrepat.com http://twitter.com/etrepat -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
