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
Edmilson Silva

Bash simple and powerful!!!

Collapse
 
sc0v0ne profile image
Edmilson Silva

Very good code !!!