Replies: 2 comments
-
I have full context about the issue and have solved it in my local as well. Please review the issue and assign me the same. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Saup21 , thank you for pitching in to contribute and apologies for the delayed response. Did you create a PR for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
Database migration issue is arising when we are trying to use an upgraded version of rudder-server on our self hosted plane. We were using an older version of rudder-server and thought of upgrading it to the latest versions. After successfully upgrading we started the server by connecting to the old db that we had since we saw proper migration files. But the issue occurred in a way that the workspace_id column was not getting added in the db and prior to that indexing of columns were taking place. This is happening because we are trying to create a new read for errDBForRead before writing. What is happening in turn is that we are not migrating the dbs before indexing.
Steps to reproduce the bug
go run
Expected behavior
Successful migration of the old database after which service starts normally.
Screenshots
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions