< Back to all clusters
[TECHNOLOGY] · 2 sources

Reshape tool adds multi‑table zero‑downtime migrations for PostgreSQL

A new version of the Reshape tool now supports complex schema migrations that span multiple PostgreSQL tables while keeping applications and databases online. The release demonstrates how to transform a one‑to‑many relationship into a many‑to‑many relationship without downtime, automating steps such as creating linking tables, back‑filling data, and cleaning up old columns.

Reshape also provides a helper library for Ruby on Rails developers. The guide walks through setting up a Rails project, defining migrations in Reshape’s TOML format, and applying them with a single command, offering a smoother developer experience compared with standard Active Record migrations.

Entities: PostgreSQL · Reshape · Ruby on Rails