My current version has been upgraded from 0.15 to 1.0.0. I am now upgrading to 1.9.2. How should I proceed? I want to keep my current data unaffectedGeneral Discussion #31378
Replies: 1 comment 2 replies
-
|
You can upgrade directly from 1.0.0 to 1.9.2—no need for intermediate steps. To keep your data safe, stop all Dify services and make full backups of your database, Redis, vector DB, and any persistent storage before starting. Update your codebase and Docker images to 1.9.2, and update your Run all database migrations using Alembic (e.g., If you hit migration errors (like missing columns or duplicate tables), you may need to manually clean up the database or retry the migration. For large version jumps, the safest backup is to archive the entire For more details and troubleshooting, see the official migration guide and community upgrade discussions. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
My current version has been upgraded from 0.15 to 1.0.0. I am now upgrading to 1.9.2. How should I proceed? I want to keep my current data unaffected
Beta Was this translation helpful? Give feedback.
All reactions