-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
fix(hosting): deploy ClickHouse from the official image instead of Bitnami #4249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f4685e6
fix(hosting): deploy ClickHouse from the official image instead of Bi…
matt-aitken 68aed69
fix(hosting): store the ClickHouse password in a Secret and URL-encod…
matt-aitken ad6e5a1
fix(hosting): percent-encode spaces correctly in ClickHouse URL crede…
matt-aitken f9d6f21
fix(hosting): include the default ClickHouse data-paths config in the…
matt-aitken a52bdcd
fix(hosting): close upgrade gaps found in adversarial review of the C…
matt-aitken c798dc1
docs(self-hosting): cover ClickHouse upgrade edge cases
matt-aitken 1db7842
fix(hosting): sync webapp to a custom ClickHouse secret and add a sta…
matt-aitken 17b8238
fix(hosting): fail the upgrade when secrets.existingSecret is missing…
matt-aitken fbf811c
docs(self-hosting): add a Kubernetes upgrade section
matt-aitken f95ad01
fix(helm): auto-run the clickhouse chown init when adopting a bitnami…
nicktrn 03477ab
fix(hosting): derive the docker clickhouse url username from CLICKHOU…
nicktrn 68ffbf8
fix(helm): chown the clickhouse volume to the configured run-as user,…
nicktrn 8e28375
fix(helm): make the clickhouse chown init idempotent so it doesn't re…
nicktrn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| <!-- | ||
| Keeps ClickHouse's on-disk layout compatible with data volumes created by | ||
| the previous Bitnami-based setup, which stored everything under a data/ | ||
| subdirectory of the volume. Fresh installs get the same layout. tmp lives | ||
| outside data/ because old volumes contain a dangling tmp symlink there. | ||
| --> | ||
| <clickhouse> | ||
| <path>/var/lib/clickhouse/data/</path> | ||
| <tmp_path>/var/lib/clickhouse/tmp/</tmp_path> | ||
| <user_files_path>/var/lib/clickhouse/data/user_files/</user_files_path> | ||
| <format_schema_path>/var/lib/clickhouse/data/format_schemas/</format_schema_path> | ||
| <user_directories> | ||
| <local_directory> | ||
| <path>/var/lib/clickhouse/data/access/</path> | ||
| </local_directory> | ||
| </user_directories> | ||
| </clickhouse> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.