-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
- Gitea version (or commit ref): 0.12.0-rc2
- Git version: 2.20.1
- Gogs version: 0.11.91
- Operating system: Debian Buster (stable with all current updaes installed)
- Database:
- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes
- No
- Not relevant
- Log gist:
Description
After migrating from gogs 0.11.91 to gitea 1.12.0-rc2 the "Repositories" list to the right is broken. It was still working with 1.11.6. It seems to be a filtering issue: if I select archived (✓) or not archived (-) it works - with the empty checkbox (which should list both archived and non-archived) I get an empty list as per the attached screenshot.
Steps taken for the migration:
- stop gogs
- create a new minimal app.ini
- set DB version to 13 as per Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318
- start gitea 1.6.4 (since Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 seems to imply this is supported without going through previous versions)
- sop gitea
- start gitea 1.11.6 (with Remove migration support from versions earlier than 1.6.0 #10026 dropping migrations from before 1.6.x in current code that to me implies going from 1.6.4 to 1.11.6 should be safe)
- Run "Reinitialize all missing Git repositories for which records exist"
- Remove gogs hooks: find $REPO_DIR -path *-receive.d/*-receive -delete (see How can i switch from gogs to gitea with less pain? #3558 for Details)
- Run "Resynchronize pre-receive, update and post-receive hooks of all repositories" (or PRs will break push commits after upgrade from 1.8.3 to 1.9.3 errors happen #8208)
- stop gitea
- start gitea 1.12.0-rc2
Screenshots
Metadata
Metadata
Assignees
Labels
No labels