How do your teams run DB migrations?

This page summarizes the projects mentioned and recommended in the original post on /r/devops

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
  • bytebase.com

    Source for bytebase.com

    Check bytebase.com, the GitOps would fit your needs. It's also GUI-based, a very intuitive way for developers/dbas to know the SQL execution process.

  • migrate

    Database migrations. CLI and Golang library.

    By using an opinionated framework within the app/service (like Flyway, Migrate, Diesel, etc). Schema migrations happen on app/service start-up.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • Flyway

    Flyway by Redgate • Database Migrations Made Easy.

    By using an opinionated framework within the app/service (like Flyway, Migrate, Diesel, etc). Schema migrations happen on app/service start-up.

  • dbmate

    :rocket: A lightweight, framework-agnostic database migration tool.

    You can run dbmate as part of your CI/CD pipeline. You just keep a dbmate directory in your repo and deploy migrations with your code.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts