macOS
brew install reshapelocal Homebrew formula metadata
brew / rank 9171
Easy-to-use, zero-downtime schema migration tool for Postgres. Version 0.11.2 via Homebrew; verified 2026-09-13. Also installable with nix: nix profile install nixpkgs#reshape.
install
brew install reshapelocal Homebrew formula metadata
nix profile install nixpkgs#reshapenixpkgs package indexes · pkgs/by-name/re/reshape/package.nix · source: api.github.com
overview
Easy-to-use, zero-downtime schema migration tool for Postgres
history
Reshape is a PostgreSQL schema migration tool designed to let old and new application deployments operate concurrently during a rollout.
Fabian Lindfors created Reshape as an open-source PostgreSQL migration tool focused on avoiding application downtime and excessive database locking.
The project developed a three-phase migration model: prepare compatible old and new schema views, deploy the application gradually, then complete or abort the migration.
Reshape is distributed through Homebrew and Nix according to source_facts.package-manager. The official project also publishes release binaries, a Cargo package, and a Docker image.
Official GitHub project metadata reports substantial community interest, while helper libraries are documented for Rust, Ruby/Rails, Python/Django, and Go application integration.
Migration files are stored by default under `migrations/` in TOML or JSON format. Operators run `reshape migration start`, roll out the new application, and then run `reshape migration complete`; failed deployments can be rolled back with `reshape migration abort`.
Database connection settings can be supplied through flags, `DB_*` environment variables, or a `.env` file automatically loaded from the working directory.
Reshape addresses a difficult deployment problem: changing a live PostgreSQL schema while old and new application versions overlap. Its declarative TOML/JSON migrations and staged start/complete/abort lifecycle make that technique available as a standalone package.
Its use of views and triggers is operationally distinctive compared with traditional migration runners that apply schema changes in a single deployment step.
security posture
No matching local secret-handling manifest was found for reshape. Package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./migrations/*.toml./migrations/*.json./.envCredential-bearing paths to review before unattended agent runs.
./.envexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
reshape | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/fabianlindfors/reshape
install metadata
| Package key | brew:reshape |
|---|---|
| Version | 0.11.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/reshape |
| Homepage | https://github.com/fabianlindfors/reshape |
| Repository | https://github.com/fabianlindfors/reshape |
| License | MIT |
| Source archive | https://github.com/fabianlindfors/reshape/archive/refs/tags/v0.9.3.tar.gz |
| Last updated | 2026-09-13T07:23:29Z |
| Pulse | updated |
| Build dependencies | pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | reshape |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
reshape
nix profile install nixpkgs#reshapesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.