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

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

## インストール

```sh
sudo av install brew:flyway
```

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

### macOS

- Homebrew (100%):

```sh
brew install flyway
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install flyway
```

  証拠: MacPorts ports tree: java/flyway/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#flyway
```

  証拠: nixpkgs package indexes: pkgs/by-name/fl/flyway/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/flyway
```

  証拠: Scoop official bucket manifest trees: bucket/flyway.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:flyway
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/flyway>
- **バージョン:** 12.10.0
- **ソース概要:** Database version control to control migrations
- **ホームページ:** <https://www.red-gate.com/products/flyway/community/>
- **リポジトリ:** <https://github.com/flyway/flyway>
- **上流ドキュメント:** <https://documentation.red-gate.com/flyway>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/flyway/flyway/releases/download/flyway-12.10.0/flyway-commandline-12.10.0.tar.gz>
- **最終更新:** 2026-06-30T12:28:44Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- flyway (cli)
- flyway (エイリアス)

## 依存関係

- openjdk

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 12.10.0
- マネージャ更新日: 2026-06-30
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/flyway/flyway
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

Redgate Flyway is a database migration and schema versioning tool for command-line, API, Maven, Gradle, Docker, and desktop workflows. It applies versioned migrations, records them in a schema history table, and is used to bring database change management into application-style CI/CD pipelines.

### プロジェクトの歴史

The open-source repository identifies Flyway as a Redgate project and carries copyright from 2010 through 2026. The README emphasizes a simple, focused migration model and lists support across Windows, macOS, Linux, Docker, Java, Maven, and Gradle.

Redgate documentation presents Flyway as part of a wider product family that includes Flyway Command Line, Flyway Desktop, APIs, build-tool integrations, and Redgate editions. The GitHub README also notes that Flyway is a registered trademark of Boxfuse GmbH owned by Red Gate Software Ltd.

### 採用の歴史

Flyway's adoption is tied to the rise of database DevOps: its own documentation says it extends DevOps to databases, automates database deployments, and is commonly used from the command line in CI/CD systems. The README lists support for 50-plus DBMS products and many community or third-party integrations, including Spring Boot, SBT, Ant, Grails, Play, DropWizard, Grunt, Griffon, and Ninja.

### 使われ方

The standard workflow is to create ordered SQL, Java, or scripting migrations, run Flyway against a database, and let it create or update the `flyway_schema_history` table as migrations are applied. It can be used directly through the CLI, embedded through the Java API, or driven through Maven and Gradle.

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

Flyway matters to package ecosystems because it is both a standalone CLI and a Java library/plugin stack. It bridges application release tooling and mutable database state, so packaging has to serve local developer installs, CI runners, containers, build plugins, and enterprise editions without confusing the open-source command-line engine with Redgate's commercial surfaces.

### タイムライン

- 2010: The Flyway open-source repository's copyright period begins.
- 2021: Redgate Flyway documentation was published in its current documentation space.
- 2022: Redgate published the Flyway Engine release-notes page in the current documentation system.
- 2024: The GitHub release stream included Flyway 10.x releases.
- 2026: Redgate documentation listed Flyway 12.10.0 as a current engine release.

### Related projects

- Related official surfaces include Flyway Desktop, Flyway Command Line, Flyway Java API, the Maven and Gradle plugins, flyway-community-db-support, and Redgate's commercial Flyway editions.

### ソース

- <https://api.github.com/repos/flyway/flyway/releases?per_page=100>
- <https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html>
- <https://documentation.red-gate.com/flyway>
- <https://documentation.red-gate.com/flyway/getting-started-with-flyway>
- <https://github.com/flyway/flyway>
- <https://raw.githubusercontent.com/flyway/flyway/main/README.md>


## セキュリティノート

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



## Configuration and credential file locations

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.


## Configuration files

- Unix: ./flyway.toml, ./flyway.conf, ~/flyway.conf, <flyway-install-dir>/conf/flyway.conf

## Credential files

- Unix: ~/flyway.conf
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** flyway
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Nix - flyway: normalized package name match | nixpkgs package indexes: pkgs/by-name/fl/flyway/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - flyway: normalized package name match | MacPorts ports tree: java/flyway/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/flyway: normalized package name match | Scoop official bucket manifest trees: bucket/flyway.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [openjdk](https://www.automicvault.com/ja/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [act](https://www.automicvault.com/ja/pkg/brew/act/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools, devops.
- [dbmate](https://www.automicvault.com/ja/pkg/brew/dbmate/) - Shares av.db curated category or tags: cli, database-migrations, developer-tools, sql.
- [gitea](https://www.automicvault.com/ja/pkg/brew/gitea/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools, devops.
- [glab](https://www.automicvault.com/ja/pkg/brew/glab/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools, devops.
- [jenkins](https://www.automicvault.com/ja/pkg/brew/jenkins/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools, devops.
- [jenkins-lts](https://www.automicvault.com/ja/pkg/brew/jenkins-lts/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools, devops.
- [sql-migrate](https://www.automicvault.com/ja/pkg/brew/sql-migrate/) - Shares av.db curated category or tags: cli, database-migrations, developer-tools, sql.
- [woodpecker-cli](https://www.automicvault.com/ja/pkg/brew/woodpecker-cli/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools, devops.
- [liquibase](https://www.automicvault.com/ja/pkg/brew/liquibase/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, database, developer, developer-tools, devops.

## Combined YAML source

View the package source record on GitHub. [combined/flyway.yml](https://github.com/automic-vault/db/blob/main/combined/flyway.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
