Skip to content

Replication error connecting to Clickhouse Cloud #3497

Discussion options

You must be logged in to vote

You can also create the schema_migrations table manually, I think that's what Plausible Cloud did. Here's the default schema

CREATE TABLE plausible_events_db.schema_migrations
(
    `version` Int64,
    `inserted_at` DateTime
)
ENGINE = TinyLog

plausible would then just reuse it instead of attempting to create a new table.

Replies: 1 comment 2 replies

Comment options

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

Answer selected by ssube
@ssube
Comment options

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