-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
DB upgrade from 8 -> preview fails #6954
Comments
If anyone runs into this, I was able to work around by updating to the stable release (10.1.0.b50633), manually upgrading the db, then switching to the preview release and manually upgrading the db again |
@Andrew-Roth Yeah, the published recommendation is to upgrade one major version at a time (eg from |
All the official guidance I've seen suggests going from v8 straight to v10, never using v9. The key for me here was going to 10.1 first rather than straight to preview. "For best results you should upgrade Redash by one semantic version at a time. To move from V6 to V10, for example, you should upgrade V6 to V7 to V8 to V10." "From V8 or earlier Follow the complete steps outlined in the V10.0 release but use this Docker Tag in step 3: redash/redash:10.1.0.b50633 |
Interesting. I've never noticed that version skip before. 😄 |
This error is due to a potential 🐛 in the alembic db migration code. |
This should be solved, but #6836 needs to be resolved first so that we can run upgrade/downgrade. |
This reverts commit 97db492. Based on information in getredash#6954 (comment)
Issue Summary
Running in EKS, pulling latest preview and using LDAP auth. Getting the following error, during DB upgrade
The text was updated successfully, but these errors were encountered: