Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Conversation

@emidoots
Copy link
Member

I missed this by accident, and it prevented the frontend from starting
up (I could have set DISABLE_CODEINSIGHTS=true to escape, though):

$ kubectl -n prod logs sourcegraph-frontend-687546fb9-62nrn frontend
failed to initialize insights: Failed to connect to codeinsights database: DB not available: failed to connect to `host=127.0.0.1 user=root database=sg`: server error (FATAL: password authentication failed for user "root" (SQLSTATE 28P01))

Filed issue to make frontend not block on codeinsights in general: https://github.com/sourcegraph/sourcegraph/issues/18388

Signed-off-by: Stephen Gutekanst stephen@sourcegraph.com

I missed this by accident, and it prevented the frontend from starting
up (I could have set `DISABLE_CODEINSIGHTS=true` to escape, though):

```
$ kubectl -n prod logs sourcegraph-frontend-687546fb9-62nrn frontend
failed to initialize insights: Failed to connect to codeinsights database: DB not available: failed to connect to `host=127.0.0.1 user=root database=sg`: server error (FATAL: password authentication failed for user "root" (SQLSTATE 28P01))
```

Filed issue to make frontend not block on codeinsights in general: https://github.com/sourcegraph/sourcegraph/issues/18388

Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants