Backup fails due to missing column

Any idea about how to fix a missing column that stops my backup ?

dan@host:~$ sudo ./gitea-1.14.2-linux-amd64 dump
2021/06/14 07:28:04 ...dules/setting/git.go:101:newGit() [I] Git Version: 2.17.1
2021/06/14 07:28:04 ...dules/setting/log.go:287:newLogService() [I] Gitea v1.14.2 built with GNU Make 4.1, go1.16.4 : bindata, sqlite, sqlite_unlock_notify
2021/06/14 07:28:04 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: Console(Console:info)
2021/06/14 07:28:04 ...dules/setting/log.go:250:generateNamedLogger() [I] Router Log: Console(console:info)
2021/06/14 07:28:04 ...les/setting/cache.go:73:newCacheService() [I] Cache Service Enabled
2021/06/14 07:28:04 ...les/setting/cache.go:88:newCacheService() [I] Last Commit Cache Service Enabled
2021/06/14 07:28:04 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled
2021/06/14 07:28:04 ...es/setting/mailer.go:109:newMailService() [I] Mail Service Enabled
2021/06/14 07:28:04 ...s/storage/storage.go:158:initAttachments() [I] Initialising Attachment storage with type: 
2021/06/14 07:28:04 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/dan/data/attachments
2021/06/14 07:28:04 ...s/storage/storage.go:152:initAvatars() [I] Initialising Avatar storage with type: 
2021/06/14 07:28:04 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/dan/data/avatars
2021/06/14 07:28:04 ...s/storage/storage.go:170:initRepoAvatars() [I] Initialising Repository Avatar storage with type: 
2021/06/14 07:28:04 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /home/dan/data/repo-avatars
2021/06/14 07:28:04 ...s/storage/storage.go:164:initLFS() [I] Initialising LFS storage with type: 
2021/06/14 07:28:04 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /usr/local/bin/data/lfs
2021/06/14 07:28:04 cmd/dump.go:220:runDump() [I] Dumping local repositories... /root/gitea-repositories
2021/06/14 07:28:29 cmd/dump.go:264:runDump() [I] Dumping database...
2021/06/14 07:28:29 cmd/dump.go:267:runDump() [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `email_notifications_preference`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `language`, `description`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `is_restricted`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `num_teams`, `num_members`, `visibility`, `repo_admin_change_team_access`, `diff_view_style`, `theme`, `keep_activity_private` FROM `user` [] - 2.975887ms
Failed to dump database: no such column: is_restricted
2021/06/14 07:28:29 cmd/dump.go:150:fatal() [F] Failed to dump database: no such column: is_restricted