How can I make my staging and production have the same data? (Heroku)

Viewed 1604

I've looked at Heroku's Taps project (http://devcenter.heroku.com/articles/taps) but there's a huge constraint on foreign keys, so I'm uncomfortable with using this.

All I want to do is get my production data safely and put it on my staging app so the two are more closely matched. Advice?

2 Answers
Related