-
Safe Operations For High Volume PostgreSQL: https://www.braintreepayments.com/blog/safe-operations-for-high-volume-postgresql
-
Zero downtime database migrations: https://www.rainforestqa.com/blog/2014-06-27-zero-downtime-database-migrations
-
Online migrations at scale: https://stripe.com/blog/online-migrations
-
Rails migrations, zero downtime: https://blog.codeship.com/rails-migrations-zero-downtime
-
Zero-downtime schema migrations in Postgres using views: https://fabianlindfors.se/blog/schema-migrations-in-postgres/ A tool(Reshape) that uses views to do zero-downtime migrations: https://fabianlindfors.se/blog/schema-migrations-in-postgres-using-reshape/
-
Stop traffic to DB, queue the transactions, run a PostgreSQL update, re-enable transactions: https://www.adyen.com/blog/updating-a-50-terabyte-postgresql-database
-
Safe and unsafe operations for high volume PostgreSQL: https://leopard.in.ua/2016/09/20/safe-and-unsafe-operations-postgresql#.YnRqzbdRX_E
-
Changing Tires at 100mph: A Guide to Zero Downtime Migrations: https://kiranrao.ca/2022/05/04/zero-downtime-migrations.html
-
Safely rename postgres table: https://brandur.org/fragments/postgres-table-rename
-
Tool that makes postgres zero-downtime migrations easy: https://github.com/xataio/pgroll
-
Zero downtime postgres version upgrade: https://www.instantdb.com/essays/pg_upgrade
-
state machine in postgres: https://felixge.de/2017/07/27/implementing-state-machines-in-postgresql/
Last active
February 18, 2025 05:08
-
-
Save komuw/76b91b759c47a9d784498c5c6bd4700c to your computer and use it in GitHub Desktop.
Zero downtime db -database- migrations and safe operations in postgresql
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment