pkg.soopen package index

brew / 順位 6719

pgroll を Homebrew, MacPorts, Nix, scoop でインストール

pgroll のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install pgroll

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install pgroll

MacPorts ports tree · databases/pgroll/Portfile · ソース: api.github.com

Linux

Nix確認済み · 92%
nix profile install nixpkgs#pgroll

nixpkgs package indexes · pkgs/by-name/pg/pgroll/package.nix · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install main/pgroll

Scoop official bucket manifest trees · bucket/pgroll.json · ソース: api.github.com

概要

パッケージ概要

Postgres zero-downtime migrations made easy

コマンドとエイリアス

  • pgroll

履歴

プロジェクトの歴史と使われ方

pgroll is Xata's open-source PostgreSQL schema-migration tool for applying reversible changes without application downtime. It exposes multiple schema versions concurrently so old and new application releases can operate during a rollout.

プロジェクトの歴史

Xata created pgroll as an open-source PostgreSQL migration tool focused on zero-downtime and reversible schema changes. The project drew inspiration from Reshape, PgHaMigrations, and established expand-and-contract migration practices.

The tool evolved around versioned schemas and views over physical tables. Its release series added broader migration operations and workflow commands while retaining the start, complete, and rollback lifecycle.

採用の歴史

pgroll is distributed through Homebrew, MacPorts, Nix, and Scoop according to source_facts.package-manager, providing native package routes across macOS, Linux, and Windows.

The project supports PostgreSQL 14 and later and is designed to work with hosted PostgreSQL services, including Amazon RDS and Aurora, broadening its relevance beyond self-managed installations.

使われ方

A typical workflow initializes pgroll's internal database state, optionally baselines an existing schema, starts a migration from a YAML or JSON file, moves applications to the new versioned schema, and then completes or rolls back the migration.

The PostgreSQL connection is supplied through a command-line URL or related runtime configuration. Official documentation does not designate a fixed config file or separate credentials file; migration definitions are project inputs stored wherever the user chooses.

パッケージ好きにとっての重要性

pgroll brings deployment-oriented expand-and-contract ideas into a standalone PostgreSQL CLI. Its defining feature is serving old and new schema versions simultaneously through views, enabling application rollouts and database migrations to proceed independently.

Package users care about its single Go binary, reversible migration files, automated backfills, short lock timeout strategy, and ability to introduce its migration model to an existing schema through a baseline operation.

タイムライン

  • Initial project era: Xata introduced pgroll as an open-source zero-downtime migration tool for PostgreSQL.
  • Release evolution: The project expanded its migration operations and added workflow commands such as baseline, pull, create, validate, and migrate.
  • Current support: Official documentation targets PostgreSQL 14 and later.

Related projects

  • The official project materials cite Reshape and PgHaMigrations as related or inspirational projects. pgroll also addresses the same deployment problem as expand-and-contract migration patterns, but automates versioned database interfaces for PostgreSQL.

ソース

  • Official documentation: https://pgroll.com/docs
  • Official releases: https://github.com/xataio/pgroll/releases
  • Official repository README: https://github.com/xataio/pgroll#readme
  • source_facts.package-manager

セキュリティ状態

保護ツール対応はまだ見つかっていません

pgroll に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
pgrollcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-09-19
マネージャ版0.16.3
マネージャ更新日2026-09-13
ローカルデータOK
上流最新
検出された最新v0.16.2

https://github.com/xataio/pgroll

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:pgroll
バージョン0.16.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/pgroll
ホームページhttps://pgroll.com
リポジトリhttps://github.com/xataio/pgroll
上流ドキュメントhttps://pgroll.com
ライセンスApache-2.0
ソースアーカイブhttps://github.com/xataio/pgroll/archive/refs/tags/v0.16.2.tar.gz
最終更新2026-09-13T11:34:16Z
Pulseupdated
依存関係libpg_query
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namepgroll
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

pgroll

nix profile install nixpkgs#pgroll
  • normalized package name match
  • 一致条件: Pgroll
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/pg/pgroll/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

pgroll

sudo port install pgroll
  • normalized package name match
  • 一致条件: Pgroll
MacPorts ports tree · api.github.com · MacPorts ports tree: databases/pgroll/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/pgroll

scoop install main/pgroll
  • normalized package name match
  • 一致条件: Pgroll
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/pgroll.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation