- Gitea version (or commit ref): 1.13.0
- Git version: 2.25.1
- Operating system: Ubuntu Server 20.04 LTS
- Database (use
[x]):
- Can you reproduce the bug at https://try.gitea.io:
- Log gist: N/A
Description
Found this when testing a periodic backup. Seems that the culprit is that the last column (keep_activity_private) becomes NULL for some users in this NOT NULL column after upgrading to Gitea 1.13.0 from 1.12.5, which causes the exported .sql file to be rejected by postgresql and Gitea to display "Ghost" for those users.
[x]):Description
Found this when testing a periodic backup. Seems that the culprit is that the last column (
keep_activity_private) becomesNULLfor some users in thisNOT NULLcolumn after upgrading to Gitea 1.13.0 from 1.12.5, which causes the exported.sqlfile to be rejected by postgresql and Gitea to display "Ghost" for those users.