-
Notifications
You must be signed in to change notification settings - Fork 942
Unable to update database #6700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the bug report Maybe this is relate to this #6696 |
I believe this was caused by a migration issue from this commit: eacf0b5#diff-1abcdf1b9d822b30079d6450b790274bdfb7c7fa04baa43ad2d9bd449865d4c9R978 Meaning the alter table query Artifacts of running on bleeding edge master 😅. You probably should be able to run the command manually and get up and running but screwing with your DB is risky. Maybe shut it down and back it all up first? Caveat emptor 😬 |
@vincenzopalazzo as suggested above, executing the line: |
@vincenzopalazzo I think I found the reason for this issue in the source code. See my pull request. |
@ShahanaFarooqui the issue was caused because a database command was added second-to-last instead of last in the The result of this is people updating from before this commit to after will never get the |
Ohh I remember now. It happened because when I rebased the PR, it merged it in the wrong direction. And fixed that in further commits :) |
What is the solution here?
I really hope it is not this |
Issue and Steps to Reproduce
getinfo
outputMaster (a0f4eb9)
The text was updated successfully, but these errors were encountered: