After updating Mattermost (Team Edition) from 7.1.5 (ESR) to 7.8.2 (ESR) or from 7.8.2 to 7.8.9 (ESR) the following error occurs on startup. Running journalctl -u mattermost -r gives the following output:
Aug 20 14:21:54 mattermost mattermost[1370]: {"timestamp":"2023-08-20 14:21:54.498 +02:00","level":"error","msg":"Failed to sync plugin from file store","caller":"app/plugin.go:366","bundle":"plugins/focalboard.tar.gz","error":"installExtractedPlugin: Unable to restart plugin on upgrade., error initializing the DB: Error 1054: Unknown column 'dirty' in 'field list' in line 0: SELECT version, dirty FROM focalboard_schema_migrations LIMIT 1"}
Aug 20 14:21:54 mattermost mattermost[1370]: {"timestamp":"2023-08-20 14:21:54.478 +02:00","level":"error","msg":"Table creation / migration failed","caller":"app/plugin_api.go:976","plugin_id":"focalboard","error":"\"Error 1054: Unknown column 'dirty' in 'field list' in line 0: SELECT version, dirty FROM focalboard_schema_migrations LIMIT 1\""}
Steps to reproduce the behavior
Update Mattermost (Team Edition) from 7.1.5 (ESR) to 7.8.2 (ESR) or 7.8.9 (ESR):
After updating Mattermost (Team Edition) from 7.1.5 (ESR) to 7.8.2 (ESR) or from 7.8.2 to 7.8.9 (ESR) the following error occurs on startup. Running
journalctl -u mattermost -r
gives the following output:Steps to reproduce the behavior
Update Mattermost (Team Edition) from 7.1.5 (ESR) to 7.8.2 (ESR) or 7.8.9 (ESR):
Expected behavior
Mattermost should start without errors.
Edition and Platform