dify deployed version 1.13.3, then migrated the data volumes from version 1.8.1 to version 1.13.3, and performed an upgrade operation. However, an issue arose with the non-existent datasource_installations table. Attempts to execute the docker compose exec api flask db upgrade command and revert to a previous version for re-execution were unsuccessful. Finally, an attempt to migrate the historical data volumes again and perform the upgrade operation still did not resolve the issue. How should this be handled #37030
Replies: 2 comments 1 reply
-
|
docker compose exec db psql -U <database_username> -d -c "\l" ,exists database named dify_plugin,use this database to create table that can solve this problem |
Beta Was this translation helpful? Give feedback.
-
|
it looks like the upgrade process missed creating the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
dify deployed version 1.13.3, then migrated the data volumes from version 1.8.1 to version 1.13.3, and performed an upgrade operation. However, an issue arose with the non-existent datasource_installations table. Attempts to execute the docker compose exec api flask db upgrade command and revert to a previous version for re-execution were unsuccessful. Finally, an attempt to migrate the historical data volumes again and perform the upgrade operation still did not resolve the issue. How should this be handled
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions