-
Notifications
You must be signed in to change notification settings - Fork 516
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
Add support for ssl ca-cert for clickhouse #781
Comments
|
I wonder if there's a free trial/plan for clickhouse cloud, something to test against. |
|
goose mysql "myusername:mypassword@tcp(my.clickhouse.cloud:3306)/default" status
[mysql] 2024/07/19 17:45:35 connection.go:49: unexpected EOF
[mysql] 2024/07/19 17:45:36 connection.go:49: unexpected EOF
2024/07/19 17:45:36 goose run: failed to ensure DB version: invalid connection
|
Hello, @anishjain94, @mfridman, I have some good news to share. Firstly, according to cmd/goose/driver_clickhouse.go, Example: goose clickhouse "clickhouse://<username>:<password>@<subdomain>.clickhouse.cloud:9440/<databasename>?secure=true&skip_verify=false" status
2024/07/21 00:01:20 Applied At Migration
2024/07/21 00:01:20 =======================================
2024/07/21 00:01:20 Pending -- 20240719041332_create_user_grafana.sql
2024/07/21 00:01:20 Pending -- 20240720121627_create_user_otel.sql
... I would like to express my gratitude to the contributors of |
I am using goose to manage clickhouse migrations using cli. I was not able to find any example which uses ssl in cli. can you point me out to an example for the same.
The text was updated successfully, but these errors were encountered: