hi getting this error after update to 0.7.16 ```sq...
# announcements
m
hi getting this error after update to 0.7.16
Copy code
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedColumn) column "snapshot_id" of relation "runs" does not exist
LINE 1: INSERT INTO runs (run_id, snapshot_id, pipeline_name, status...
it works fine on v0.7.6…. should i update anyting else?
s
you likely need to run
dagster instance migrate
👍 1
m
0.7.7 and 0.7.10 both introduced schema changes
m
yeah! i’ve changed my dagster_home, it works
👍 1