-
After upgrading, I received an error like "Message: (psycopg2.errors.UndefinedTable) relation "kvs" does not exist" (or some other missing table) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This often means that you need to migrate your dagster instance to incorporate new tables that have been added or modified since the previous release. This typically involves running the "dagster instance migrate" command in an environment that has access to your Dagster database. It's a good idea to back up your data before running this command, just to be safe. For a kubernetes-focused guide to safely migrating your instance, see https://docs.dagster.io/deployment/guides/kubernetes/how-to-migrate-your-instance#how-to-migrate-your-instance |
Beta Was this translation helpful? Give feedback.
This often means that you need to migrate your dagster instance to incorporate new tables that have been added or modified since the previous release.
This typically involves running the "dagster instance migrate" command in an environment that has access to your Dagster database. It's a good idea to back up your data before running this command, just to be safe.
For a kubernetes-focused guide to safely migrating your instance, see https://docs.dagster.io/deployment/guides/kubernetes/how-to-migrate-your-instance#how-to-migrate-your-instance