+1 (and +4 for the devs on my team.. =] I *really* like the S3 export/import idea as well. We've got a 4G database that is only going to grow bigger soon as we migrate to heroku for production.
Daryl. On Mar 16, 4:57 am, Mike Doel <[email protected]> wrote: > 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.
