Liferay Portal 6.1以前のバージョンアップでは、portal-ext.propertiesに「upgrade.process」プロパティが設定されている必要がありました。
例えば、Liferay Portal 5.2 から Liferay Portal 6.0 SP2 へのアップグレードを考えてみましょう。 Liferay Portal 6.1以前は、ユーザーはPortal 6.0 SP2をLiferay Portal 5.2 SP5のデータベースに向けていました。 そして、
portal-ext.properties
に、次のような内容を設定するのだそうです:upgrade.processes=\
com.liferay.portal.upgrade.UpgradeProcess_5_2_9_to_6_0_11,\
com.liferay.portal.upgrade.UpgradeProcess_6_0_12
解像度
Liferay Portal 6.2がcore-2およびupgrade-4 fix-packs以上のパッチが適用されていれば、upgrade.propertiesのプロパティは必須ではありません。 Liferayは自動的に元のバージョンを検出し、必要なアップグレード処理を適用します。