Summary
SystemD Mattermost.service starting (activating) after 4 hours (8 million posts and 100+ channels)
Steps to reproduce
Attempting to upgrade MM Team Version 5.32 to 5.37.10
Expected behavior
Successful upgrade to nearest ESR to upgrade all the way to latest release.
Observed behavior
The start up service is still running and appears to be doing nothing (tasks aren’t utilising much memory and no CPU) - No errors or warnings in mySQL logs, journalctl or syslog.
Log content from opt/mattermost/logs
:-
{"level":"warn","ts":1681540763.7665532,"caller":"sqlstore/upgrade.go:243","msg":"Attempting to upgrade the database schema version","stored_version":"5.32.0","current_version":"5.32.0","new_version":"5.33.0"}
{"level":"warn","ts":1681540763.773967,"caller":"sqlstore/upgrade.go:224","msg":"The database schema version has been upgraded","version":"5.33.0"}
{"level":"warn","ts":1681540763.7744527,"caller":"sqlstore/upgrade.go:243","msg":"Attempting to upgrade the database schema version","stored_version":"5.33.0","current_version":"5.33.0","new_version":"5.34.0"}
{"level":"warn","ts":1681540763.7827187,"caller":"sqlstore/upgrade.go:224","msg":"The database schema version has been upgraded","version":"5.34.0"}
{"level":"info","ts":1681544365.637209,"caller":"app/server.go:269","msg":"Server is initializing...","go_version":"go1.16.7"}
{"level":"info","ts":1681544365.6373296,"caller":"app/web_hub.go:93","msg":"Starting websocket hubs","number_of_hubs":8}
{"level":"info","ts":1681544365.6544635,"caller":"i18n/i18n.go:93","msg":"Loaded system translations","for locale":"en","from locale":"/opt/mattermost/i18n/en.json"}
{"level":"info","ts":1681544365.6631057,"caller":"sqlstore/store.go:306","msg":"Pinging SQL","database":"master"}
{"level":"info","ts":1681544365.6680076,"caller":"sqlstore/store.go:306","msg":"Pinging SQL","database":"migrations"}
{"level":"info","ts":1681544652.7801394,"caller":"app/server.go:269","msg":"Server is initializing...","go_version":"go1.16.7"}
{"level":"info","ts":1681544652.7802536,"caller":"app/web_hub.go:93","msg":"Starting websocket hubs","number_of_hubs":8}
{"level":"info","ts":1681544652.780973,"caller":"i18n/i18n.go:93","msg":"Loaded system translations","for locale":"en","from locale":"/opt/mattermost/i18n/en.json"}
{"level":"info","ts":1681544652.785659,"caller":"sqlstore/store.go:306","msg":"Pinging SQL","database":"master"}
{"level":"info","ts":1681544652.7890236,"caller":"sqlstore/store.go:306","msg":"Pinging SQL","database":"migrations"}
Or…am I just underestimating how long the process should take?