PetitLepton opened a new issue #5654: Upgrade from an old version URL: https://github.com/apache/incubator-superset/issues/5654 Hi, my apologies if the Issues is not the right place for this problem. I have been running Superset for a long time and - shame on me - did not update the packages. On one of my server, I am using Superset v. 0.20.4. I installed the latest version and tried to use the existing superset.db. It seems that there has been changes in the tables schema, for example `dbs` and `tables`. Is there a way to update the exisiting superset.db from 0.20.4 to be compatible with the new version? Or, at least, export the slices and dashboards to be imported in the new version? Here is an example of stacktrace ``` Traceback (most recent call last): File "/Users/PetitLepton/miniconda3/envs/superset/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1193, in _execute_context context) File "/Users/PetitLepton/miniconda3/envs/superset/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 509, in do_execute cursor.execute(statement, parameters) sqlite3.OperationalError: no such column: tables.is_sqllab_view ``` Thanks for your help.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
