Could not start wiki.js after Upgrade from 2.0.0 rc17 to 2.0.12 #3702
Replies: 4 comments
-
Seeing the same exact error. MSSQL does not seem to support multiple alter columns in one command. INSERT INTO dbo.migrations to get it work. |
Beta Was this translation helpful? Give feedback.
-
Thanks will try this |
Beta Was this translation helpful? Give feedback.
-
@fimiiflin Thanks. Done the same and it is working now |
Beta Was this translation helpful? Give feedback.
-
The workaround above worked for me too. I have made a stab at a change to Knex to fix the underlying issue knex/knex#3581. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
After start using new docker image service can not be started. In docker log file there is following error:
2019-12-12T12:41:20.682648321Z 2019-12-12T12:41:20.681Z [MASTER] �[32minfo�[39m: ======================================= 2019-12-12T12:41:20.691182204Z 2019-12-12T12:41:20.690Z [MASTER] �[32minfo�[39m: = Wiki.js 2.0.12 ====================== 2019-12-12T12:41:20.691196104Z 2019-12-12T12:41:20.690Z [MASTER] �[32minfo�[39m: ======================================= 2019-12-12T12:41:20.691201904Z 2019-12-12T12:41:20.691Z [MASTER] �[32minfo�[39m: Initializing... 2019-12-12T12:41:22.426132613Z 2019-12-12T12:41:22.425Z [MASTER] �[32minfo�[39m: Connecting to database... 2019-12-12T12:41:22.792272098Z 2019-12-12T12:41:22.792Z [MASTER] �[32minfo�[39m: Database Connection Successful [ OK ] 2019-12-12T12:41:22.974589941Z migration file "2.0.0-rc.29.js" failed 2019-12-12T12:41:22.975052041Z migration failed with error: ALTER TABLE [pages] alter column [content] VARCHAR(max), [render] VARCHAR(max) - Incorrect syntax near ','. 2019-12-12T12:41:23.009938472Z 2019-12-12T12:41:23.009Z [MASTER] �[31merror�[39m: Database Initialization Error: ALTER TABLE [pages] alter column [content] VARCHAR(max), [render] VARCHAR(max) - Incorrect syntax near ','.
Host Info (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions