What's the simplest way to seed some of my production database to use locally?

I had to wipe my local db, and need some example data to work with - is there a simple way for me to seed a portion of my prod database and seed it to my local db?
Was this page helpful?