Hi Gitea Administrators,
I feel good on using Gitea v1.13.7, and have found a CLOSED milestone v1.13.8 on GitHub. I know there are v1.14.x series released, but will v1.13.8 still in the schedule or not ?
Many thanks.
lunny
May 5, 2021, 10:32am
2
v1.13.8 will not be released. Please follow v1.14.x
Hi Lunny,
I tried to upgrade from 1.13.7 to 1.14.0/1.14.2 directly, but failed. The info when I execute “doctor —all —fix” is the same with the GitHub issue #15505 . This issue is closed and locked, but I think it probably better be reopened for a while.
opened 07:29AM - 16 Apr 21 UTC
closed 06:18PM - 07 May 21 UTC
kind/bug
kind/question
The error output of `gitea-1.14.1-linux-amd64 doctor --all` is shown below:
`… ``text
[2] Check Database Version
- [C] Error: migrate: Current database version 156 is not equal to the expected version 178. Please run "gitea [--config /path/to/app.ini] migrate" to update the database version during ensure up to date
ERROR
[3] Check consistency of database
- [C] Model version on the database does not match the current Gitea version. Model consistency will not be checked until the database is upgraded
ERROR
```
The output of `gitea-1.14.1-linux-amd64 migrate` is shown below:
```text
...
2021/04/16 15:26:55 ...ations/migrations.go:397:Migrate() [I] [SQL] ROLLBACK [] - 353.864µs
2021/04/16 15:26:55 cmd/migrate.go:38:runMigrate() [F] Failed to initialize ORM engine: migrate: do migrate: GetTagCommit: object does not exist [id: f1beee0c8b030aec9c2863ebf884f8eb88d9ed6c, rel_path: ]
```
It seems something in the database is missing, anyone can help? Thanks
My OS is windows server 2008 sp1, database MySQL 5.7.26. The gitea service is not working anymore.
Is there anything i can do to resolve the problem? I’ve also created an issue on GitHub #15811
opened 02:04AM - 10 May 21 UTC
- Gitea version (or commit ref): 1.13.7 -> 1.14.0/1.14.2
- Git version: 2.23.0.… windows.1
- Operating system: Windows Server 2008 R2 Enterprise SP1 64bit
- Gitea is downloaded as "gitea-1.13.7-windows-4.0-amd64.exe", "gitea-1.14.2-windows-4.0-amd64.exe", run as windows service.
- Database (use `[x]`):
- [ ] PostgreSQL
- [x] MySQL
- [ ] MSSQL
- [ ] SQLite
- Can you reproduce the bug at https://try.gitea.io:
- [ ] Yes (provide example URL)
- [x] No
- Log gist:
## Description
I tried to upgrade from 1.13.7 to 1.14.0/1.14.2 directly, but failed. The info when I execute “doctor —all —fix” is the same with the GitHub issue #15505. The upgrade steps are as follows:
> 1. Stop the gitea windows service.
> 2. Copy and replace the gitea.exe with newer version.
> 3. Restart the gitea windows service. (Failed! 1.13.7 -> 1.14.0/1.14.2, Error 1067: The process terminated unexpectedly)
> 4. Get the doctor information. (./gitea.exe doctor --all --fix)
## Screenshots

Many thanks.