I have a rails app that I’ve been testing on heroku, it’s a simple micro blog style app.
I’ve a few dozen users registered, they’ve made a few posts, commented on other users posts and set some personal info about themselves.
I now want to clear out this data before going into beta testing.
How do you recommend I clear out the data? Importantly how can I backup the data and add it back if everything breaks when I remove the data?
Once you have a backup of the Db (via db:pull)
will empty your Db.