Skip to content
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

V10.1 crashes on dashboards.options column missing when upgrading from docker v8 #7256

Open
AutomatorOps opened this issue Dec 19, 2024 · 0 comments

Comments

@AutomatorOps
Copy link

Issue Summary

Steps to Reproduce

Upgrade from a self hosted v8 docker image to v10 beta
change docker file and launch docker container using v10 upgrade instructions
get a server error when trying to connect
I use docker-compose run --rm server manage db upgrade for apply migration
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?

Technical details:

Redash Version: 10.1.0.b50633
Browser/OS: N/A
How did you install Redash: docker images, started with installing v8 and upgraded using instructions ever since
Here is a dump of the error:

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedColumn) column dashboards.options does not exist
server_1            | LINE 2: ...rds_is_draft, dashboards.tags AS dashboards_tags, dashboards...
server_1            |                                                              ^
server_1            |
server_1            | [SQL: SELECT count(*) AS count_1
server_1            | FROM (SELECT dashboards.updated_at AS dashboards_updated_at, dashboards.created_at AS dashboards_created_at, dashboards.id AS dashboards_id, dashboards.version AS dashboards_version, dashboards.org_id AS dashboards_org_id, dashboards.slug AS dashboards_slug, dashboards.name AS dashboards_name, dashboards.user_id AS dashboards_user_id, dashboards.layout AS dashboards_layout, dashboards.dashboard_filters_enabled AS dashboards_dashboard_filters_enabled, dashboards.is_archived AS dashboards_is_archived, dashboards.is_draft AS dashboards_is_draft, dashboards.tags AS dashboards_tags, dashboards.options AS dashboards_options
server_1            | FROM dashboards
server_1            | WHERE %(param_1)s = dashboards.org_id AND dashboards.is_archived = false) AS anon_1]
server_1            | [parameters: {'param_1': 1}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant