-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to do a version upgrade and keep the existings projects #1093
Comments
Hello @haluwong Since Since it involves significant changes in the schema structure we didn't want to automate this directly for the user. Please try it out and let us know if you face any issues |
Thanks for the migration guide. ./run-platform.sh -u -v v0.107.6Then, i run the following command in unstract-backend's shell python manage.py create_schemapython manage.py migratepython manage.py migrate_to_v2at last it said: (app-3.9) root@cbf6501ae6a7:/app# export SCHEMAS_TO_MIGRATE='ALL' run again python manage.py migrate_to_v2Error as follow:
Anything wrong in my migration steps? Please advise~ |
Hi All, I'm running v0.84.2 and it's a bit old and i would like to ask the guideline to upgrade to the latest release v0.107.1?
I tried to delete all the existing unstract container and keep the volume.
Then, download the current latest release: v0.107.1, decompress and ./run-platform.sh
The login screen can be shown but show error after login
Attached with the container's log for unstract-db
_unstract-db_logs.txt
![Image](https://github.com/user-attachments/assets/6636e865-90a4-4a1c-bc2d-a5ff4ae59f76
unstract_db has tables but unstract is empty
Please kindly advise how to do the version upgrade and keep the existing projects/workflow data.
Thanks,
Halu
The text was updated successfully, but these errors were encountered: