Schema migration tools for ClickHouse
- golang-migrate tool - see golang-migrate
- liquibase
- Flyway - there are a lot of PRs introducing ClickHouse support, maintainer doesn’t merge them (maybe he will change his mind soon), but’s it’s not hard to build flyway from one of those PRs (latest at the top)
- https://github.com/flyway/flyway/pull/3333 Сlickhouse support
- https://github.com/flyway/flyway/pull/3134 Сlickhouse support
- https://github.com/flyway/flyway/pull/3133 Add support clickhouse
- https://github.com/flyway/flyway/pull/2981 Clickhouse replicated
- https://github.com/flyway/flyway/pull/2640 Yet another ClickHouse support
- https://github.com/flyway/flyway/pull/2166 Clickhouse support (#1772)
- https://github.com/flyway/flyway/pull/1773 Fixed #1772: Add support for ClickHouse (https://clickhouse.yandex/)
- alembic
- bytebase
- custom tool for ClickHouse for python
- phpMigrations
- dbmate
know more?
https://clickhouse.com/docs/knowledgebase/schema_migration_tools
Article on migrations in ClickHouse https://posthog.com/blog/async-migrations
Last modified 2023.06.09: Update _index.md (9ab4663)