Request to Join as a Collaborator on Signoz #8147
MR-Softwares
started this conversation in
Externship
Replies: 1 comment
-
@SigNoz, reply? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am integrating Signoz with my Docker containers and I have checked out from the main branch for this. When I bring it up using Docker, it goes into this process "Container schema-migrator-sync", and I get this error in the logs below.
docker logs schema-migrator-sync
{"L":"info","timestamp":"2025-06-04T04:58:06.615Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:06.615Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:06.615Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:06.615Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:06.615Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:58:06.875Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:06.875Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:06.875Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:06.875Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:06.876Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:58:07.250Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:07.250Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:07.250Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:07.250Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:07.251Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:58:07.820Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:07.820Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:07.820Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:07.820Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:07.821Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:58:08.763Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:08.763Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:08.763Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:08.763Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:08.763Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:58:10.526Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:10.526Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:10.526Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:10.526Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:10.527Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:58:13.862Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:13.862Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:13.862Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:13.862Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:13.863Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:58:20.419Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:20.419Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:20.419Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:20.419Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:20.420Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:58:33.432Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:33.432Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:33.432Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:33.432Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:33.433Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:58:59.249Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:58:59.249Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:59.249Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:58:59.249Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:58:59.249Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
{"L":"info","timestamp":"2025-06-04T04:59:50.655Z","C":"signozschemamigrator/main.go:91","M":"Running migrations in sync mode","dsn":"tcp://clickhouse:9000","replication":false,"cluster-name":"cluster"}
{"L":"info","timestamp":"2025-06-04T04:59:50.655Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:59:50.655Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-04T04:59:50.655Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-04T04:59:50.655Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
Error: failed to bootstrap migrations: failed to create dbs
failed to create dbs
code: 999, message: ZooKeeper root doesn't exist. You should create root node /clickhouse before start.
Usage:
signoz-schema-migrator sync [flags]
Flags:
--down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
-h, --help help for sync
--up string Up migrations to run, comma separated. Leave empty to run all up migrations
Global Flags:
--cluster-name string Cluster name to use while running migrations (default "cluster")
--dev Development mode
--dsn string Clickhouse DSN
--replication Enable replication
Can you tell me why this issue is happening, and by when will you fix it? Also, is there currently any stable version that I can use? I will wait for your response.
Beta Was this translation helpful? Give feedback.
All reactions