meetlara/Database Migrations
Make database migrations using flyway and an ssh connection for PostgreSQL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 7, 2026
- License
- None
Pinned Snippet
uses: meetlara/flyway-migrations@113785a66c84849c4e27ad978a6f8015068fcef0 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| flyway_version | Flyway version | no | 8.5.11 |
| ssh_key | ssh key | yes | — |
| ssh_host | ssh host | yes | — |
| ssh_user | ssh username | yes | — |
| db_host | database host | yes | — |
| db_user | database user | yes | — |
| db_password | database password | yes | — |
| db_port | database port | no | 5432 |
| db_name | database name | yes | — |
| migrations_folder_path | Path from repository root to the database migrations folder | no | db/migrations |
| flyway_config_path | Path from repository root folder to the flyway config file | no | db/conf/flyway.conf |
| flyway_extra_params | Add extra params to Flyway command. By defaults, it adds -outOfOrder=true | no | -outOfOrder=true -ignoreMigrationPatterns=*:missing |
| flyway_command | Command to run. Ej: migrate, repair | no | migrate |
Outputs
no outputs