pgroll

v 0.5.0 Updated: 1 week, 1 day ago

Postgres zero-downtime migrations made easy

pgroll is an open source command-line tool that offers safe and reversible schema migrations for PostgreSQL by serving multiple schema versions simultaneously. It takes care of the complex migration operations to ensure that client applications continue working while the database schema is being updated. This includes ensuring changes are applied without locking the database, and that both old and new schema versions work simultaneously (even when breaking changes are being made!). This removes risks related to schema migrations, and greatly simplifies client application rollout, also allowing for instant rollbacks.

https://xata.io/blog/pgroll-schema-migrations-postgres

To install pgroll, paste this in macOS terminal after installing MacPorts

sudo port install pgroll

Add to my watchlist

Installations 0
Requested Installations 0