-
Lychee versionv7.4.0 Did you check the latest Lychee version?Yes, I am using the latest version Which PHP version are you using?PHP 8.5 Detailed description of the problemWhen starting the containers after upgrading to 7.4.0, the setups fail with the following error: Steps to reproduce the issueNo response Diagnostics [REQUIRED]Cannot run: startup fails Browser & System [REQUIRED]Standard Docker Compose stack Please confirm (incomplete submissions will not be addressed)
|
Beta Was this translation helpful? Give feedback.
Answered by
nanawel
Mar 2, 2026
Replies: 2 comments 6 replies
-
|
WTF O.O What database setup do you have ? pgsql ? Mariadb? |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
Fixed~ish. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Solved" with a
DROP INDEX idx_876e0d91137abcf;executed directly on the DB before restarting the stack.Strangely (and inexplicably) the error message is printed again during the migrations on the next start, but it doesn't crash anymore and the app starts eventually.