DEV Community

Cover image for Migrate heroku database to on-prem PostgreSQL

Migrate heroku database to on-prem PostgreSQL

Michal Bryxí on March 01, 2024

The snippet below is an idempotent script that: 1) Drops ON_PREM_DB using ON_PREM_PSQL_* connection to psql on machine that is reachable via ssh u...
Collapse
 
sc0v0ne profile image
sc0v0ne

Very good code !!!

Collapse
 
sc0v0ne profile image
sc0v0ne

Bash simple and powerful!!!