mattermost-helm
mattermost-helm copied to clipboard
Can't deploy newer version of app with a persistent volume
When attempting to deploy a newer version of focalboard for example, 9.0 https://hub.docker.com/layers/mattermost/focalboard/0.9.0/images/sha256-31078df7a3c891c5ce7e24dd946e247bcb12fd7a4c8d3ab42b5ebcb956a3519a?context=explore The following error occurs, However, when using the same values and the 6.7 version it does work without issues. There were alot of changes to the upstream project around the creation of the docker between releases and I think this might be the issue. But I am not 100%
2021-09-24T18:17:51.875390024Z 2021/09/24 18:17:51 {ServerRoot:http://localhost:8000 Port:8000 DBType:sqlite3 DBConfigString:/data/focalboard.db DBTablePrefix: UseSSL:false SecureCookie:false WebPath:./pack FilesDriver:local FilesS3Config:{AccessKeyID: SecretAccessKey: Bucket: PathPrefix: Region: Endpoint: SSL:false SignV2:false SSE:false Trace:false} FilesPath:/data/files Telemetry:true TelemetryID: PrometheusAddress: WebhookUpdate:[] Secret: SessionExpireTime:2592000 SessionRefreshTime:18000 LocalOnly:false EnableLocalMode:true LocalModeSocketLocation:/var/tmp/focalboard_local.socket EnablePublicSharedBoards:false AuthMode:native LoggingCfgFile: LoggingCfgJSON: AuditCfgFile: AuditCfgJSON:}
2021-09-24T18:17:51.875816944Z [36minfo[0m [2021-09-24 18:17:51.875 Z] FocalBoard Server [36mcaller[0m="main/main.go:80" [36mversion[0m=0.9.1 [36medition[0m=linux [36mbuild_number[0m=dev [36mbuild_date[0m=n/a [36mbuild_hash[0m=58da537274b5c3e71f67125014ff10c477ae188c
2021-09-24T18:17:51.875830442Z [31merror[0m [2021-09-24 18:17:51.875 Z] Database Ping failed [31mcaller[0m="server/server.go:219" [31merror[0m="unable to open database file: no such file or directory"
2021-09-24T18:17:51.875835244Z fatal [2021-09-24 18:17:51.875 Z] server.NewStore ERROR caller="main/main.go:165" error="unable to open database file: no such file or directory"
2021-09-24T18:17:51.875838794Z main.main
2021-09-24T18:17:51.875841759Z /go/src/focalboard/server/main/main.go:165
2021-09-24T18:17:51.875844723Z runtime.main
2021-09-24T18:17:51.875847552Z /usr/local/go/src/runtime/proc.go:225
2021-09-24T18:17:51.875854069Z runtime.goexit
2021-09-24T18:17:51.875856931Z /usr/local/go/src/runtime/asm_amd64.s:1371```
Is anyone else having this issue?