After i upgraded signoz helm installation I am getting auth error in
signoz
component, though migrator job completed successully. I also tried resetting the password as per
signoz-clickhouse-external
secret, but still giving auth error
{
"timestamp": "2025-07-29T04:38:51.354461467Z",
"level": "ERROR",
"code": {
"function": "github.com/SigNoz/signoz/pkg/telemetrystore/telemetrystorehook.(*logging).AfterQuery",
"file": "/home/runner/work/signoz/signoz/pkg/telemetrystore/telemetrystorehook/logging.go",
"line": 46
},
"msg": "::TELEMETRYSTORE-QUERY::",
"logger": "github.com/SigNoz/signoz/pkg/telemetrystore/telemetrystorehook",
"db.query.text": "SELECT 1",
"db.query.args": null,
"db.duration": "5.713751ms",
"db.query.error": "code: 516, message: signoz: Authentication failed: password is incorrect, or there is no user with such name."
}