Enable ClickHouse migrations by default
What does this MR do and why?
Enable ClickHouse migrations by default
It turns out that we run migration differently on .com. See more in Clickhouse - automatically run migrations durin... (#428126 - moved)
So this feature flag can't really be tested on .com
On the self-managed we migrate CH only if it's configured:
Otherwise, we just print a message.
But let's keep the feature flag for a few milestones, just in case our experimental-customers would want to disable it.
(I'm probably being too paranoid here)
See more in Run ClickHouse migrations during gitlab:db:conf... (!138661 - merged)
Related issues:
- Clickhouse - automatically run migrations durin... (gitlab-org/charts/gitlab#5043 - closed)
- Clickhouse - automatically run migrations durin... (omnibus-gitlab#8266 - closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Vladimir Shushlin