I imagine we're not alone in having both a staging and production environment up on heroku. We frequently use heroku db:pull to grab the production database and will occasionally put it up to our staging environment with heroku db:push.
Is it possible to do this in one step? Something like: heroku db:copy app1 app2 Ideally, this would happen without having to download locally and uploading as separate steps (i.e. direct server-to-server transfer). Mike -- 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.
