-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
issue/duplicateThe issue has already been reported.The issue has already been reported.
Description
After an update to gitea latest, gitea does not start anymore. apparently the version number does not fit anymore!?
Database is MariaDB.
gitea | 2020/11/09 07:10:42 cmd/web.go:115:runWeb() [I] Starting Gitea on PID: 14
gitea | 2020/11/09 07:10:42 ...dules/setting/git.go:94:newGit() [I] Git Version: 2.26.2, Wire Protocol Version 2 Enabled
gitea | 2020/11/09 07:10:42 cmd/web.go:160:runWeb() [I] Global init
gitea | 2020/11/09 07:10:42 ...dules/setting/git.go:94:newGit() [I] Git Version: 2.26.2, Wire Protocol Version 2 Enabled
gitea | 2020/11/09 07:10:42 routers/init.go:164:GlobalInit() [T] AppPath: /app/gitea/gitea
gitea | 2020/11/09 07:10:42 routers/init.go:165:GlobalInit() [T] AppWorkPath: /app/gitea
gitea | 2020/11/09 07:10:42 routers/init.go:166:GlobalInit() [T] Custom path: /data/gitea
gitea | 2020/11/09 07:10:42 routers/init.go:167:GlobalInit() [T] Log path: /data/gitea/log
gitea | Downgrading database version from '159' to '158' is not supported and may result in loss of data integrity.
gitea | If you really know what you're doing, execute `UPDATE version SET version=158 WHERE id=1;`
gitea-db | 2020-11-09 6:10:42 9 [Warning] Aborted connection 9 to db: 'gitea' user: 'gitea' host: '172.22.0.3' (Got an error reading communication packets)
gitea | Received signal 15; terminating.
gitea exited with code 0
Metadata
Metadata
Assignees
Labels
issue/duplicateThe issue has already been reported.The issue has already been reported.