/migration-scripts

Migration scripts for Postgres DB

Primary LanguageShell

migration-scripts

Migration scripts for Postgres DB

migrate.sh

The script helps to copy data from table inside a database to a new database using psql.

catchup_data.sh

The script helps to copy newly inserted data from table inside a database to a new database using psql from a particular time period.