Upgraded self-hosted teams version of mattermost from 6.7.2 to 7.10.5. Seeing error/warn messages such as following in mattermost.log:
"error","msg":"Not activating plugin because diagnostics are disabled","caller":"app/plugin_api.go:976","plugin_id":"com.mattermost.nps"}
"error","msg":"Failed to install prepackaged plugin","caller":"app/plugin.go:964","path":"/opt/mattermost/prepackaged_plugins/mattermost-plugin-nps-v1.3.1-linux-amd64.tar.gz","error":"Failed to install extracted prepackaged plugin /opt/mattermost/prepackaged_plugins/mattermost-plugin-nps-v1.3.1-linux-amd64.tar.gz: installExtractedPlugin: Unable to restart plugin on upgrade., Not activating plugin because diagnostics are disabled"}
"warn","msg":"Rudder credentials are not set. Disabling analytics.","caller":"app/plugin_api.go:979","plugin_id":"playbooks","plugin_caller":"github.com/mattermost/mattermost-plugin-playbooks/server/plugin.go:141"}
"warn","msg":"found collation/charset mismatch, fixing table","caller":"app/plugin_api.go:979","plugin_id":"focalboard","tableName":"focalboard_schema_migrations","tableCollation":"utf8mb3_general_ci","tableCharSet":"utf8mb3","collation":"utf8mb4_general_ci","charSet":"utf8mb4"}
"error","msg":"Table creation / migration failed","caller":"app/plugin_api.go:976","plugin_id":"focalboard","error":"\"error running fix collations and charsets migration: error fetching charSet: sql: no rows in result set\""}
"error","msg":"Failed to install prepackaged plugin","caller":"app/plugin.go:964","path":"/opt/mattermost/prepackaged_plugins/focalboard-v7.10.5-linux-amd64.tar.gz","error":"Failed to install extracted prepackaged plugin /opt/mattermost/prepackaged_plugins/focalboard-v7.10.5-linux-amd64.tar.gz: installExtractedPlugin: Unable to restart plugin on upgrade., cannot activate plugin: error initializing the DB: error running fix collations and charsets migration: error fetching charSet: sql: no rows in result set"}
"error","msg":"Not activating plugin because diagnostics are disabled","caller":"app/plugin_api.go:976","plugin_id":"com.mattermost.nps"}
"error","msg":"Unable to activate plugin","caller":"app/plugin.go:171","plugin_id":"com.mattermost.nps","error":"Not activating plugin because diagnostics are disabled"}
"warn","msg":"Your push notification server is configured with HTTP. For improved security, update to HTTPS in your configuration.","caller":"app/server.go:1178"}
Full post-upgrade log excerpt in this gist
Are these warns/errors something to worry about? Note mattermost chat seems to work fine, seeing no errors. Also note this installation has never created any boards.
Edit: forgot to mention I’m using MariaDB v15.1