# Installer flyway avec Homebrew, MacPorts, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de flyway pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install flyway
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install flyway
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:flyway
- **Gestionnaire de paquets:** Homebrew
- **Version:** 13.1.0
- **Résumé source:** Database version control to control migrations
- **Page d'accueil:** <https://www.red-gate.com/products/flyway/community/>
- **Dépôt:** <https://github.com/flyway/flyway>
- **Dernière mise à jour:** 2026-07-30T12:27:27Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- flyway (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 13.1.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour flyway. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Autres enregistrements de gestionnaires de paquets

- 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


## Combined YAML source

View the package source record on GitHub. [combined/flyway.yml](https://github.com/mxcl/pkgdb/blob/main/combined/flyway.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
