Last active
March 15, 2016 03:48
-
-
Save ibuildthecloud/2d819cc2cc1c68b1d22f to your computer and use it in GitHub Desktop.
Fix failed upgrade to v0.63.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TRUNCATE `process_execution`; | |
| ALTER TABLE `process_execution` DROP `created`; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you attempted to upgrade to
v0.63.0and it failed and now you are trying to upgrade tov0.63.1and get then following errorRun the above SQL in your
MySQLdatabase. If you are running the embedded database in therancher/serveryou can log into MySQL by running