Execute zero-downtime migrations for PostgreSQL databases
Postgres zero-downtime migrations made easy
pgroll$ pgroll init --postgres-url postgres://user:pass@localhost/dbname$ pgroll start --migration add_users_table < migration.sql$ pgroll rollback