-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Description
- Gitea version (or commit ref): 1.13.0
- Git version: 2.25.1
- Operating system: Ubuntu Server 20.04 LTS
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- N/A
- 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.
ionescu77