-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc: Add LAGO_CLICKHOUSE_MIGRATIONS_ENABLED env (#2281)
## Description This PR introduce a new `LAGO_CLICKHOUSE_MIGRATIONS_ENABLED` environment variable to enable or disable the Clickhouse migration. This variable completes the existing `LAGO_CLICKHOUSE_ENABLED` that enable the Clickhouse event stores in API It should fix some issue we had recently in deploy on US/EU clusters with migration performed at startup
- Loading branch information
1 parent
d15b8b9
commit e14c3e3
Showing
5 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ jobs: | |
SEGMENT_WRITE_KEY: ${{ secrets.SEGMENT_WRITE_KEY }} | ||
LAGO_FROM_EMAIL: [email protected] | ||
LAGO_CLICKHOUSE_ENABLED: true | ||
LAGO_CLICKHOUSE_MIGRATIONS_ENABLED: true | ||
LAGO_CLICKHOUSE_HOST: localhost | ||
LAGO_CLICKHOUSE_DATABASE: default | ||
LAGO_CLICKHOUSE_USERNAME: "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ jobs: | |
SEGMENT_WRITE_KEY: ${{ secrets.SEGMENT_WRITE_KEY }} | ||
LAGO_FROM_EMAIL: [email protected] | ||
LAGO_CLICKHOUSE_ENABLED: true | ||
LAGO_CLICKHOUSE_MIGRATIONS_ENABLED: true | ||
LAGO_CLICKHOUSE_HOST: localhost | ||
LAGO_CLICKHOUSE_DATABASE: default | ||
LAGO_CLICKHOUSE_USERNAME: "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters