0
votes

During upgrade liferay due to some exception my liferay upgrade stops. Please check the link for the details of log file http://kl1p.com/up_6_0_6_1. I have done specific changes that we have to do in portal-ext.properties too. Not sure what we have to put for "upgrade.processes = XXX".

1
These are common exception in the logs I checked on google these are the common error faced by people (e.g. ERROR [ImageProcessorImpl:181] com.liferay.portlet.documentlibrary.FileExtensionException: document_thumbnail/0/13/127/425741/2465320 com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '10249-19925-image_gallery' for key 'IX_ED5CA615') But unfortunately I am not able to solve the problem by those comments and suggestion :( If anyone can suggest me proper steps for this would be great help for me. - Sunil Rai
I found upgrade.processes=com.liferay.portal.upgrade.UpgradeProcess_6_0_12_to_6_1_0,com.liferay.portal.upgrade.UpgradeProcess_6_1_1 property for Liferay 6.0 EE to 6.1 EE. What I have to add for Liferay 6.0.6 CE to liferay-portal-6.1.0-ce-ga1 ? - Sunil Rai

1 Answers

0
votes

The following is what the portal.properties contain for 6.1:

upgrade.processes=\
        com.liferay.portal.upgrade.UpgradeProcess_5_0_0,\
        com.liferay.portal.upgrade.UpgradeProcess_5_1_0,\
        com.liferay.portal.upgrade.UpgradeProcess_5_1_2,\
        com.liferay.portal.upgrade.UpgradeProcess_5_2_0,\
        com.liferay.portal.upgrade.UpgradeProcess_5_2_1,\
        com.liferay.portal.upgrade.UpgradeProcess_5_2_2,\
        com.liferay.portal.upgrade.UpgradeProcess_5_2_3,\
        com.liferay.portal.upgrade.UpgradeProcess_6_0_0,\
        com.liferay.portal.upgrade.UpgradeProcess_6_0_1,\
        com.liferay.portal.upgrade.UpgradeProcess_6_0_2,\
        com.liferay.portal.upgrade.UpgradeProcess_6_0_3,\
        com.liferay.portal.upgrade.UpgradeProcess_6_0_5,\
        com.liferay.portal.upgrade.UpgradeProcess_6_0_6,\
        com.liferay.portal.upgrade.UpgradeProcess_6_1_0

com.liferay.portal.upgrade.UpgradeProcess_6_1_0 this is fine.

So you don't need to set anything in your portal-ext.properties for this field for upgrading to 6.1.

As for the errors they are usual as you mentioned as there are a lot of changes int the Doc library portlet and Image portlet from 6.0 to 6.1.