meetlara/Database Migrations

Make database migrations using flyway and an ssh connection for PostgreSQL

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 7, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: meetlara/flyway-migrations@113785a66c84849c4e27ad978a6f8015068fcef0 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
flyway_versionFlyway versionno8.5.11
ssh_keyssh keyyes
ssh_hostssh hostyes
ssh_userssh usernameyes
db_hostdatabase hostyes
db_userdatabase useryes
db_passworddatabase passwordyes
db_portdatabase portno5432
db_namedatabase nameyes
migrations_folder_pathPath from repository root to the database migrations foldernodb/migrations
flyway_config_pathPath from repository root folder to the flyway config filenodb/conf/flyway.conf
flyway_extra_paramsAdd extra params to Flyway command. By defaults, it adds -outOfOrder=trueno-outOfOrder=true -ignoreMigrationPatterns=*:missing
flyway_commandCommand to run. Ej: migrate, repairnomigrate

no outputs