Hallo zusammen,
ich habe soeben, das heute ausgelieferte Update auf Mattermost 4.9.0 installiert.
Scheinbar ist beim Update etwas schief gelaufen, beim Start des Docker Containers erhalte ich Logs, die darauf hinweisen, dass die Datenbank nicht so aussieht, wie sie sollte. Kann jemand helfen?
Administrator@kopano:~$ sudo docker logs 91921b713b2c
=> Start MySQL
* Starting MySQL database server mysqld
...done.
=> Start Mattermost
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x100 pc=0xd2f6e8]
goroutine 1416 [running]:
github.com/mattermost/mattermost-server/app.(*App).IsFirstUserAccount(0xc420200000, 0xc4202251a0)
/var/lib/jenkins/jobs/msr/jobs/d/jobs/enterprise-release/workspace/src/github.com/mattermost/mattermost-server/app/user.go:163 +0x58
github.com/mattermost/mattermost-server/app.(*App).ClientConfigWithComputed(0xc420200000, 0xc421e62f40)
/var/lib/jenkins/jobs/msr/jobs/d/jobs/enterprise-release/workspace/src/github.com/mattermost/mattermost-server/app/config.go:285 +0x157
github.com/mattermost/mattermost-server/app.New.func2(0xc420181c00, 0xc420181000)
/var/lib/jenkins/jobs/msr/jobs/d/jobs/enterprise-release/workspace/src/github.com/mattermost/mattermost-server/app/app.go:151 +0xfd
github.com/mattermost/mattermost-server/app.(*App).InvokeConfigListeners(0xc420200000, 0xc420181c00, 0xc420181000)
/var/lib/jenkins/jobs/msr/jobs/d/jobs/enterprise-release/workspace/src/github.com/mattermost/mattermost-server/app/config.go:125 +0x99
github.com/mattermost/mattermost-server/app.(*App).LoadConfig(0xc420200000, 0x7ffd5ebc37b4, 0x1b, 0x0)
/var/lib/jenkins/jobs/msr/jobs/d/jobs/enterprise-release/workspace/src/github.com/mattermost/mattermost-server/app/config.go:63 +0x269
github.com/mattermost/mattermost-server/app.(*App).ReloadConfig(0xc420200000, 0xc422740000)
/var/lib/jenkins/jobs/msr/jobs/d/jobs/enterprise-release/workspace/src/github.com/mattermost/mattermost-server/app/config.go:69 +0x48
github.com/mattermost/mattermost-server/app.(*App).EnableConfigWatch.func1()
/var/lib/jenkins/jobs/msr/jobs/d/jobs/enterprise-release/workspace/src/github.com/mattermost/mattermost-server/app/config.go:93 +0x2a
github.com/mattermost/mattermost-server/utils.NewConfigWatcher.func1(0xc4224ca800, 0xc4220ca870, 0x7ffd5ebc37b4, 0x1b, 0x7ffd5ebc37b4, 0x1b, 0xc4224ccc50)
/var/lib/jenkins/jobs/msr/jobs/d/jobs/enterprise-release/workspace/src/github.com/mattermost/mattermost-server/utils/config.go:192 +0x70f
created by github.com/mattermost/mattermost-server/utils.NewConfigWatcher
/var/lib/jenkins/jobs/msr/jobs/d/jobs/enterprise-release/workspace/src/github.com/mattermost/mattermost-server/utils/config.go:179 +0x1bb
=> Start MySQL
* Starting MySQL database server mysqld
...done.
=> Start Mattermost
[2018/04/19 18:30:32 UTC] [CRIT] Fehler beim Erstellen der Spalte context deadline exceeded
=> Start MySQL
* Starting MySQL database server mysqld
...done.
=> Start Mattermost
[2018/04/19 19:00:18 UTC] [CRIT] Fehler beim Erstellen der Spalte context deadline exceeded
=> Start MySQL
* Starting MySQL database server mysqld
...fail!
=> Start Mattermost
[2018/04/19 19:04:02 UTC] [EROR] Failed to ping DB retrying in 10 seconds err=dial tcp [::1]:3306: getsockopt: connection refused
[2018/04/19 19:04:12 UTC] [EROR] Failed to ping DB retrying in 10 seconds err=dial tcp [::1]:3306: getsockopt: connection refused
[2018/04/19 19:04:22 UTC] [EROR] Failed to ping DB retrying in 10 seconds err=dial tcp [::1]:3306: getsockopt: connection refused
[2018/04/19 19:04:32 UTC] [EROR] Failed to ping DB retrying in 10 seconds err=dial tcp [::1]:3306: getsockopt: connection refused
vielen Dank und viele Grüße
Nachtrag: Das Update lief ohne Fehlermeldungen durch.