Shell Scripts to Clone Prod Data Locally
It seems like every web project inevitably has a development need to clone production data locally. In this post, I’ll walk through my latest shell scripts for backing up a remote Postgres database and loading it locally. I’ve written various scripts like this for various tech stacks over the years. This time around, it’s a […]