dify1.9.2升级到1.10.0后报Internal Server Error

Internal Server Error.
There is no dify-db-1 container. How can I resolve this issue?

dify-db-1

You didn’t include a screenshot of the error either. Please provide a screenshot of the error…

It has been resolved. Please upgrade again; one step was missed: the database was not migrated.

Has anyone experienced issues with deleting models or labels in version 1.10?

After directly deploying version 1.10.1 locally, it also reports Internal Server Error. How do I migrate the database?

After upgrading to 1.11.1, an OpenAI-compatible model prompt was added, resulting in Internal Server Error. How to resolve this?

It might be that the library name doesn’t match. In version 1.9, it was named db, but after 1.10 it was changed to db_postgres. The parameter is DB_HOST:-db_postgres, so please update the configuration that references this accordingly.

image