{"id":21167763,"url":"https://github.com/thecodersstudio/flyway-migrator","last_synced_at":"2026-05-21T10:06:46.170Z","repository":{"id":158366986,"uuid":"626816004","full_name":"TheCodersStudio/flyway-migrator","owner":"TheCodersStudio","description":"This repository offers a streamlined solution for performing database migrations using the flyway tool, independent of your main code base. This approach ensures a smooth, efficient, and optimized process for managing your database migrations.","archived":false,"fork":false,"pushed_at":"2023-05-02T07:47:18.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T17:13:10.946Z","etag":null,"topics":["database-migrations","flyway","flyway-migrations","flyway-postgresql","mysql","postgresql"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheCodersStudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-12T08:08:11.000Z","updated_at":"2024-07-25T14:17:51.000Z","dependencies_parsed_at":"2024-02-27T09:04:15.946Z","dependency_job_id":"789ea149-18b7-4f32-aae0-11cd56553556","html_url":"https://github.com/TheCodersStudio/flyway-migrator","commit_stats":null,"previous_names":["the-chetan07/flyway-migrator","chetanppatil/flyway-migrator","devinsightlab/flyway-migrator","thecodersstudio/flyway-migrator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheCodersStudio/flyway-migrator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodersStudio%2Fflyway-migrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodersStudio%2Fflyway-migrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodersStudio%2Fflyway-migrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodersStudio%2Fflyway-migrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheCodersStudio","download_url":"https://codeload.github.com/TheCodersStudio/flyway-migrator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodersStudio%2Fflyway-migrator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33297216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database-migrations","flyway","flyway-migrations","flyway-postgresql","mysql","postgresql"],"created_at":"2024-11-20T15:02:11.381Z","updated_at":"2026-05-21T10:06:46.154Z","avatar_url":"https://github.com/TheCodersStudio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flyway-Migrator: Database Migration\n\nThis is an example repository that demonstrates how to set up automated database migrations using **Flyway** and **GitHub Actions**\n\n**Flyway** is a popular database migration tool that can be easily integrated with GitHub Actions to automate your migration process.\n\n## 🚀 Getting started\n\nTo get started with this example, you'll need to have the following:\n\n- A PostgreSQL database\n- Flyway installed on your local machine\n- A GitHub account\n\n## ⚙️ Setting up Flyway\n\nBefore you can use Flyway, you'll need to download it and configure it with your database connection details. You can download Flyway from the official website: https://flywaydb.org/download/.\n\nOnce you've downloaded and installed Flyway, you'll need to update a configuration file (`flyway.conf`) in `/conf` directory with appropriate values as per your database setup.\n\n## 🏃‍♂️ Run\n\n### Clone this repository\n\n```sh\ngit clone git@github.com:Chetan07j/flyway-migrator.git\n```\n\n### Enter into directory\n\n```sh\ncd flyway-migrator\n```\n\n### **Migrate**\n\nYou can execute the following command to run migration scripts and set the schema to the latest version:\n\n```sh\nflyway -configFiles=\"./conf/flyway.conf\" migrate\n```\n\n## GitHub Action\n\nGitHub Action workflow_dispatch event allows you to manually trigger a workflow from the GitHub Actions tab. It provides a way to run workflows without pushing any changes to the repository.\n\nAfter adding the migration script to the sql directory in this repository, you can easily run the GitHub Action to execute those migrations in any location you specify.\n\nAn additional step is included in the Action file, which saves the output of `flyway info` command into a text file with a filename containing a `timestamp`, and then places that file under the `migration-status` directory.\n\n## 🔗 References\n\n- [Flyway Commands](https://documentation.red-gate.com/fd/commands-184127446.html)\n\n## 🙋‍♂️ Support\n\n💙 If you like this project, give it a ⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodersstudio%2Fflyway-migrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodersstudio%2Fflyway-migrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodersstudio%2Fflyway-migrator/lists"}