This is the logs from the *signoz/signoz-schema-m...
# support
j
This is the logs from the signoz/signoz-schema-migrator:v0.111.42 schema migrator sync container:
Copy code
{"L":"info","timestamp":"2025-06-22T00:05:44.722Z","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-22T00:05:44.723Z","C":"signozschemamigrator/main.go:104","M":"Up migrations","versions":[]}
{"L":"info","timestamp":"2025-06-22T00:05:44.723Z","C":"signozschemamigrator/main.go:117","M":"Down migrations","versions":[]}
{"L":"info","timestamp":"2025-06-22T00:05:44.723Z","C":"signozschemamigrator/main.go:127","M":"Parsed DSN","optsError":"json: unsupported type: func(context.Context, string) (net.Conn, error)"}
{"L":"info","timestamp":"2025-06-22T00:05:44.723Z","C":"signozschemamigrator/main.go:133","M":"Opened connection"}
{"L":"info","timestamp":"2025-06-22T00:05:45.060Z","C":"schema_migrator/manager.go:152","M":"Created databases","dbs":["signoz_traces","signoz_metrics","signoz_logs","signoz_metadata","signoz_analytics"]}
{"L":"info","timestamp":"2025-06-22T00:05:45.060Z","C":"schema_migrator/manager.go:161","M":"Creating schema migrations tables"}
{"L":"info","timestamp":"2025-06-22T00:05:45.060Z","C":"schema_migrator/manager.go:873","M":"Running operation","migration_id":1,"database":"signoz_logs","skip_status_update":true}
{"L":"info","timestamp":"2025-06-22T00:05:45.061Z","C":"schema_migrator/manager.go:883","M":"Waiting for running mutations before running the operation"}
{"L":"info","timestamp":"2025-06-22T00:05:45.063Z","C":"schema_migrator/manager.go:346","M":"Connecting to new host","host":"172.18.0.3:9000"}
{"L":"info","timestamp":"2025-06-22T00:05:45.067Z","C":"schema_migrator/manager.go:438","M":"Waiting for mutations on host","host":"172.18.0.3:9000"}
{"L":"info","timestamp":"2025-06-22T00:05:45.068Z","C":"schema_migrator/manager.go:398","M":"Fetching mutations on host","host":"172.18.0.3:9000"}
{"L":"info","timestamp":"2025-06-22T00:05:45.071Z","C":"schema_migrator/manager.go:425","M":"No mutations found on host","host":"172.18.0.3:9000"}
{"L":"info","timestamp":"2025-06-22T00:05:45.071Z","C":"schema_migrator/manager.go:450","M":"Fetching non-finished DDLs from distributed DDL queue"}
{"L":"info","timestamp":"2025-06-22T00:05:45.084Z","C":"schema_migrator/manager.go:473","M":"No pending DDLs found in distributed DDL queue"}
{"L":"info","timestamp":"2025-06-22T00:05:45.084Z","C":"schema_migrator/manager.go:919","M":"Running operation","sql":"CREATE TABLE IF NOT EXISTS signoz_logs.schema_migrations_v2 ON CLUSTER cluster (migration_id UInt64, status String, error String, created_at DateTime64(9), updated_at DateTime64(9)) ENGINE = ReplacingMergeTree PRIMARY KEY migration_id ORDER BY migration_id"}
{"L":"info","timestamp":"2025-06-22T00:05:45.148Z","C":"schema_migrator/manager.go:929","M":"Waiting for running mutations after running the operation"}
{"L":"info","timestamp":"2025-06-22T00:05:45.148Z","C":"schema_migrator/manager.go:438","M":"Waiting for mutations on host","host":"172.18.0.3:9000"}
{"L":"info","timestamp":"2025-06-22T00:05:45.148Z","C":"schema_migrator/manager.go:398","M":"Fetching mutations on host","host":"172.18.0.3:9000"}
{"L":"info","timestamp":"2025-06-22T00:05:45.150Z","C":"schema_migrator/manager.go:425","M":"No mutations found on host","host":"172.18.0.3:9000"}
{"L":"info","timestamp":"2025-06-22T00:05:45.150Z","C":"schema_migrator/manager.go:450","M":"Fetching non-finished DDLs from distributed DDL queue"}
{"L":"info","timestamp":"2025-06-22T00:05:45.165Z","C":"schema_migrator/manager.go:473","M":"No pending DDLs found in distributed DDL queue"}
{"L":"info","timestamp":"2025-06-22T00:05:45.165Z","C":"schema_migrator/manager.go:952","M":"Operation completed","migration_id":1,"database":"signoz_logs","duration":"104.884556ms"}
n
Share the clickhouse container logs
j
Here is the clickhouse container logs:
Copy code
Fetching histogram-binary for linux/amd64
Connecting to <http://github.com|github.com> (20.26.156.215:443)
Connecting to <http://objects.githubusercontent.com|objects.githubusercontent.com> (185.199.111.133:443)
saving to 'histogram-quantile.tar.gz'
histogram-quantile.t 100% |********************************|  653k  0:00:00 ETA
'histogram-quantile.tar.gz' saved
LICENSE
README.md
histogram-quantile
Fetching histogram-binary for linux/amd64
Connecting to <http://github.com|github.com> (20.26.156.215:443)
Connecting to <http://objects.githubusercontent.com|objects.githubusercontent.com> (185.199.110.133:443)
saving to 'histogram-quantile.tar.gz'
histogram-quantile.t 100% |********************************|  653k  0:00:00 ETA
'histogram-quantile.tar.gz' saved
LICENSE
README.md
histogram-quantile
n
Hey @James Abiagam, just saw that all of the exited containers are the init containers - you shouldn't be facing any issues while using signoz
are you facing any issues while opening the signoz platform
j
yes . It loaded at the beginning, I was able to sign up as admin , but when I invite team members it doesnt send the outgoing email. I almost forgot to mention, I updated teh environment variable block under signoz service in the docker-compose file with env variables for our SMTP credentials to enable SignNoz send emails.
Also as at last night it platform kind of crashed and doesnt run again
n
Also as at last night it platform kind of crashed and doesnt run again
is this still an issue? Are you not able to access platform anymore?
j
It is still an issue. I have run docker-compose down. to make changes. I have reviewed the container ports in the docker-compose file and moved to enable those ports in my server firewalls. I will now follow the Enable SMTP email invitations guideline to make the necessary changes before I running the docker-compose up command again
Any feedbacks
n
Are you able to configure the SMTP now?
j
yes it seems to work now