Automic VaultAutomic Vault

brew

使用 Homebrew, MacPorts, Nix, scoop 安装 flyway

查看 flyway 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install flyway

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install flyway

MacPorts ports tree · java/flyway/Portfile · 来源: api.github.com

Linux

Nix已验证 · 92%
nix profile install nixpkgs#flyway

nixpkgs package indexes · pkgs/by-name/fl/flyway/package.nix · 来源: api.github.com

Windows

Scoop已验证 · 92%
scoop install main/flyway

Scoop official bucket manifest trees · bucket/flyway.json · 来源: api.github.com

概览

软件包摘要

Database version control to control migrations

命令和别名

  • flyway

历史

项目历史与用法

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.

安全态势

尚未找到受保护工具覆盖

没有找到 flyway 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

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

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/flyway.conf

可执行文件

已安装的可执行文件

命令类型暴露范围备注
flywaycli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本12.10.0
管理器更新时间2026-06-30
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/flyway/flyway

安装元数据

软件包元数据

软件包键brew:flyway
版本12.10.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/flyway
主页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
Pulseupdated
依赖openjdk
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

flyway

nix profile install nixpkgs#flyway
  • normalized package name match
  • 匹配方式:Flyway
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fl/flyway/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

flyway

sudo port install flyway
  • normalized package name match
  • 匹配方式:Flyway
MacPorts ports tree · api.github.com · MacPorts ports tree: java/flyway/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/flyway

scoop install main/flyway
  • normalized package name match
  • 匹配方式:Flyway
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/flyway.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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