Details
-
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
6.1.0 CE RC1
-
None
-
Bundle on Tomcat and running with MySQL database
Description
Hello,
I tried two upgrade proceses concerning 6.0.6EE and 6.1RC
One trial consists in running on my 6.0 database the script I found in this thread of the forum, and which I named upgradetosixone.sql': http://www.liferay.com/es/community/forums/-/message_boards/message/11233910
Another trial consists in running the server without any modification in my 6.0 database and wait for the authomatic upgrade process.
In both trials i add in portal-ext.properties the code enabling liferay to manage my database:
permissions.user.check.algorithm=5
In both trials the upgrade process fails in upgrading the Document Library with the following error:
Upgrading com.liferay.portal.upgrade.v6_1_0.UpgradeDocumentLibrary
10:10:11,318 ERROR [MainServlet:198] com.liferay.portal.kernel.events.ActionException: com.liferay.portal.kernel.upgrade.UpgradeException: com.liferay.portal.kernel.upgrade.UpgradeException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'folderId' in 'field list'
com.liferay.portal.kernel.events.ActionException: com.liferay.portal.kernel.upgrade.UpgradeException: com.liferay.portal.kernel.upgrade.UpgradeException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'folderId' in 'field list'
I attach the full log of the server and the sql script I used in the first trial reported.