Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't deploy newer version of app with a persistent volume #251

Open
SQLJames opened this issue Sep 24, 2021 · 0 comments
Open

Can't deploy newer version of app with a persistent volume #251

SQLJames opened this issue Sep 24, 2021 · 0 comments

Comments

@SQLJames
Copy link

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant