Closed
Description
- Gitea version (or commit ref): v1.9.0+dev-314-g8eba27c79 (Docker)
- Git version: 2.20.1
- Operating system: Linux
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist: https://gist.github.com/lgrahl/3e9992345ad6b83650492af4b2bbba61
Description
First of all, many thanks for maintaining this awesome project! 👍
I'm trying to migrate from a 1.4.x database version to 1.8.0. I've been able to slowly migrate my database from 1.4.x to 1.7.6 but as soon as I try 1.8.0, I always run into an error for the following migration routine: Migration[82]: hot fix for wrong release sha1 on release table
. This eventually fails with the cryptic error ORM engine initialization failed: migrate: do migrate: no such file or directory
. I tried running the latest Docker tag to see if #6387 fixes it but that fails with the same error.
See the Gist linked above for a full log.