You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}]
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: