Skip to content
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

fix: database creation in clickhouse #567

Closed

Conversation

maxkomarychev
Copy link
Contributor

@maxkomarychev maxkomarychev commented Feb 22, 2024

Motivation and Context

Fixes #566

Currently database in clickhouse is not being created because sql files are not allowed in initdbScripts:

│ clickhouse 13:33:50.27 WARN  ==> Skipping /docker-entrypoint-initdb.d/db-init.sql, supported formats are: .sh                                    

TODO

@maxkomarychev maxkomarychev changed the title fix: fix database creation in clickhouse fix: database creation in clickhouse Feb 22, 2024
Copy link

github-actions bot commented Mar 8, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Mar 8, 2024
@jensneuse jensneuse requested a review from StarpTech March 8, 2024 15:40
@github-actions github-actions bot removed the Stale label Mar 9, 2024
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Mar 24, 2024
@StarpTech
Copy link
Contributor

Hi @maxkomarychev, I was able to reproduce it on a Mac. I don't know why it didn't fail in the CI. Must be a regression in the clickhouse image.

@StarpTech
Copy link
Contributor

StarpTech commented Apr 4, 2024

@maxkomarychev thank you for the PR. I had to do several other things to make the clickhouse migration working. The is released today. Please give it a try.

@StarpTech StarpTech closed this Apr 4, 2024
@StarpTech
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DB::Exception: Database cosmo does not exist. (UNKNOWN_DATABASE) (version 23.8.3.48 (official build))
2 participants