-
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
upgrade from v6 to v7, users tab cannot be opened due to exceptions #3661
Comments
According to
I tried to print out users itself, get weird SQL statement:
|
Hey @truebit, as noted in the github issue template, we use GitHub only for bug reports Also, plz make sure to read the v7 upgrade notes here https://discuss.redash.io/t/redash-v7-released/3477 |
@truebit also make sure that you applied migrations. It looks like you're missing a column. |
I finally find the cause. It's because the postgresql version. |
I manual installed v6, and then upgrade to v7 manually using
manage.py db upgrade
.Anything else is OK, but
Users
tab cannot be opened in browser.Below is the stack trace and logs:
The text was updated successfully, but these errors were encountered: