-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
option to create schema end exit process #505
Comments
Good logical points, let's make this happen. |
What do we need reader and writer process mode for? |
do it at your discretion, I simply use them separately, and each is configured with its own access to CH, |
Qryn operation Modesince 3.2.23 MODE env var was introduced. It can have one of 3 values:
|
@R-omk this was implemented. Let us know if this fulfills your requirements and/or if you have comments. Closing as completed, pending feedback. |
When installing a product, it need the ability to start migration job (scheme installation) and then complete the process. At the same time, for other modes, disable schema creation.
something like process_mode:
-reader (just for read api )
-writer ( for write only )
-migration (only create clickhouse schema and exit )
The text was updated successfully, but these errors were encountered: