Cloning a Single Production Database Table from Heroku to Local Database with PostgreSQL in Docker Compose
I have a few Django apps in a Django project. I used factory_boy to mock a bunch of the data, but I have a few hundred rows of accurate data in my production database. It made sense to work on a copy of that data as it contains no sensitive …