I tried to upgrade my instance from 1.20.5 → 1.21.0 and am getting the following:
2023/11/17 13:24:16 cmd/web.go:194:serveInstalled() [I] PING DATABASE sqlite3
2023/11/17 13:24:16 ...ations/migrations.go:641:Migrate() [I] Migration[263]: Add git_size and lfs_size columns to repository table
2023/11/17 13:24:16 routers/common/db.go:36:InitDBEngine() [E] ORM engine initialization attempt #1/10 failed. Error: migrate: migration[263]: Add git_size and lfs_size columns to repository table failed: NOT NULL constraint failed: repository.git_size
2023/11/17 13:24:16 routers/common/db.go:37:InitDBEngine() [I] Backing off for 3 seconds
2023/11/17 13:24:19 routers/common/db.go:30:InitDBEngine() [I] ORM engine initialization attempt #2/10...
2023/11/17 13:24:19 cmd/web.go:194:serveInstalled() [I] PING DATABASE sqlite3
2023/11/17 13:24:19 ...ations/migrations.go:641:Migrate() [I] Migration[263]: Add git_size and lfs_size columns to repository table
2023/11/17 13:24:19 routers/common/db.go:36:InitDBEngine() [E] ORM engine initialization attempt #2/10 failed. Error: migrate: migration[263]: Add git_size and lfs_size columns to repository table failed: NOT NULL constraint failed: repository.git_size
2023/11/17 13:24:19 routers/common/db.go:37:InitDBEngine() [I] Backing off for 3 seconds
2023/11/17 13:24:22 routers/common/db.go:30:InitDBEngine() [I] ORM engine initialization attempt #3/10...
2023/11/17 13:24:22 cmd/web.go:194:serveInstalled() [I] PING DATABASE sqlite3
2023/11/17 13:24:22 ...ations/migrations.go:641:Migrate() [I] Migration[263]: Add git_size and lfs_size columns to repository table
2023/11/17 13:24:22 routers/common/db.go:36:InitDBEngine() [E] ORM engine initialization attempt #3/10 failed. Error: migrate: migration[263]: Add git_size and lfs_size columns to repository table failed: NOT NULL constraint failed: repository.git_size
2023/11/17 13:24:22 routers/common/db.go:37:InitDBEngine() [I] Backing off for 3 seconds
2023/11/17 13:24:25 routers/common/db.go:30:InitDBEngine() [I] ORM engine initialization attempt #4/10...
2023/11/17 13:24:25 cmd/web.go:194:serveInstalled() [I] PING DATABASE sqlite3
2023/11/17 13:24:25 ...ations/migrations.go:641:Migrate() [I] Migration[263]: Add git_size and lfs_size columns to repository table
2023/11/17 13:24:25 routers/common/db.go:36:InitDBEngine() [E] ORM engine initialization attempt #4/10 failed. Error: migrate: migration[263]: Add git_size and lfs_size columns to repository table failed: NOT NULL constraint failed: repository.git_size
2023/11/17 13:24:25 routers/common/db.go:37:InitDBEngine() [I] Backing off for 3 seconds
2023/11/17 13:24:26 ...eful/manager_unix.go:198:handleSignals() [W] PID 12297. Received SIGTERM. Shutting down...
2023/11/17 13:24:26 .../graceful/manager.go:168:doHammerTime() [W] Setting Hammer condition
2023/11/17 13:24:27 .../graceful/manager.go:184:doTerminate() [W] Terminating
2023/11/17 13:24:27 ...eful/manager_unix.go:208:handleSignals() [W] PID: 12297. Background context for manager closed - context canceled - Shutting down...
2023/11/17 13:24:28 routers/init.go:69:mustInitCtx() [F] code.gitea.io/gitea/routers/common.InitDBEngine(ctx) failed: Aborted due to shutdown:
in retry ORM engine initialization
Any thoughts on this issue?