-
Notifications
You must be signed in to change notification settings - Fork 539
Issue with Clickhouse Startup Script #1730
Copy link
Copy link
Closed
Description
Hello Guys
I have got a question regarding this:
config.d/startup_script.xml: |
<clickhouse>
<startup_scripts>
<throw_on_error>true</throw_on_error>
<scripts>
<query>CREATE DATABASE IF NOT EXISTS analytics</query>
<condition>SELECT 1</condition>
</scripts>
</startup_scripts>
</clickhouse>
does not seem to be working
it is just getting ignored
is it not supported?
i found it in clickhouse docs that we can use this approach to run queries based on a condition on startup.
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels