leland knight

Results 75 issues of leland knight

In my kubernetes setup I've learned I can't use sqlite as it always becomes corrupted (due to underlying networking protocols not enforcing file locking which sqlite depends on). Trying to...

New deployment, postgres via cloudnative-pg and minio via bitnamilegacy/minio. The mattermost deployment gets to here: ``` {"timestamp":"2025-11-02 04:35:41.181 Z","level":"debug","msg":"Initializing telemetry","caller":"app/plugin_api.go:1104","plugin_id":"com.mattermost.calls","origin":"main.(*Plugin).initTelemetry telemetry.go:144"} {"timestamp":"2025-11-02 04:35:41.182 Z","level":"debug","msg":"activating","caller":"app/plugin_api.go:1104","plugin_id":"com.mattermost.calls","origin":"main.(*Plugin).OnActivate activate.go:57"} {"timestamp":"2025-11-02 04:35:41.191 Z","level":"debug","msg":"db opened","caller":"app/plugin_api.go:1104","plugin_id":"com.mattermost.calls","origin":"main.(*logger).Debug log.go:100","driver":"postgres","maxIdleConns":"5","maxOpenConns":"30","connMaxLifetime":"1h0m0s","connMaxIdleTime":"5m0s"}...

When deploying mattermost via operator using the mattermostCR field in the values file, setting the className for the ingress sets that as an annotation which is deprecated, it needs to...

When initially deploying I used cloudnative-pg to deploy a postgres database. cloudnative-pg provides a connection string which starts with postgresql://, it would be nice if mattermost also recognized this url...

When initially deploying I used cloudnative-pg to deploy a postgres database. After the postgres database is deployed there is a secret like so: ``` $ k get secrets mattermost-cluster-app -o...