Skip to content

How to troubleshoot an issue after upgrading like "relation kvs does not exist" #17913

Answered by gibsondan
gibsondan asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

gibsondan
Nov 10, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by gibsondan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant