Skip to content
Discussion options

You must be logged in to vote

Facing the same error. I am trying this on kubernetes.
The worker pod was successfully able to connect to clickhouse and run migrations but the web app pod fails with the error

error: failed to open database: code: 701, message: Requested cluster 'default' not found in line 0:
			CREATE TABLE schema_migrations ON CLUSTER default (
				version    Int64,
				dirty      UInt8,
				sequence   UInt64
			) Engine=ReplicatedMergeTree ORDER BY sequence
Applying clickhouse migrations failed. This is mostly caused by the database being unavailable.
Exiting...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dinfor
Comment options

@RajatGarga
Comment options

Answer selected by dinfor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants