Migration from 7.6.4 to 7.7.x keeps one stuck on the /migrate route #4564
Verified answer
by
ildyria
Anbareth07
asked this question in
Bugs
Lychee versionv7.7.0 Did you check the latest Lychee version?Yes, I did Which PHP version are you using?PHP 8.5 Detailed description of the problemI had v7.6.4 running and due to the security related popups I wanted to migrate to latest version (7.7.1, same for 7.7.0). Had to revert to 7.6.4 Steps to reproduce the issueRun a v7.6.4 deployment. Diagnostics [REQUIRED]No diagnostics page is opening, it redirects to migrate Browser & System [REQUIRED]Chrome Version 150.0.7871.186 Please confirm (incomplete submissions will not be addressed)
|
Admin verified this answer by
ildyria
Jul 26, 2026
Replies: 1 comment 7 replies
|
Hi, could you give me more info of your setup ? Database type? |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That explains!
Here is your issue:
/data/coolify/volumes/lychee/db : /app/databaseYou only need to mount
/app/database/database.sqliteif you mount more, then you are overwriting the migrations which are added later. So you need:/data/coolify/volumes/lychee/db/database.sqlite:/app/database/database.sqlite