Skip to content

Commit

Permalink
Merge pull request ClickHouse#1888 from stefanozanella/revert-1857-pa…
Browse files Browse the repository at this point in the history
…tch-1

Add Flyway to list of migration tools supporting ClickHouse
  • Loading branch information
justindeguzman authored Feb 1, 2024
2 parents 1dbbdee + 1373258 commit eb92bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knowledgebase/schema_migration_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ date: 2023-06-07
We often get asked about a good schema migration tool for ClickHouse and what is the best practice to manage database schemas in ClickHouse that might change over time? There is no standard schema migration tool for ClickHouse, but we have compiled the following list (in no particular order) of automatic schema migration tools with support for ClickHouse that we know:

- [Bytebase](https://www.bytebase.com/)
- [Flyway](https://documentation.red-gate.com/flyway/flyway-cli-and-api/supported-databases/clickhouse-database)
- [Liquibase](https://www.liquibase.com/)
- A [simple community tool](https://github.com/VVVi/clickhouse-migrations) named `clickhouse-migrations`
- Another [community tool](https://github.com/golang-migrate/migrate/tree/master/database/clickhouse) written in Go

0 comments on commit eb92bac

Please sign in to comment.