-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.1.10 DXP FP18, 7.1.10.5 SP5, 7.1.X, 7.2.10 DXP FP5, 7.2.10.2 DXP SP2, 7.2.X, 7.3.0 CE GA1, 7.3.10 DXP GA1, Master
-
Component/s: Core Infrastructure > DB Upgrade Client
-
Branch Version/s:7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce it:
- Upgrade any Liferay database to master/7.2.x/7.1.x/7.0.x
Results:
When the process starts to upgrade the modules we traces like these:
2019-07-26 23:39:10.921 INFO [main][VerifyProcess:65] Verifying com.liferay.exportimport.internal.verify.system.event.SystemEventVerifyProcess INFO - Verifying com.liferay.exportimport.internal.verify.system.event.SystemEventVerifyProcess
2019-07-26 23:39:15.077 INFO [main][UpgradeProcess:107] Completed upgrade process com.liferay.portal.search.web.internal.upgrade.v2_0_0.UpgradeSearchPortlet in 2 ms INFO - Completed upgrade process com.liferay.portal.search.web.internal.upgrade.v2_0_0.UpgradeSearchPortlet in 2 ms
Expected results:
We should get:
2019-07-26 23:39:10.921 INFO [main][VerifyProcess:65] Verifying com.liferay.exportimport.internal.verify.system.event.SystemEventVerifyProcess
2019-07-26 23:39:15.077 INFO [main][UpgradeProcess:107] Completed upgrade process com.liferay.portal.search.web.internal.upgrade.v2_0_0.UpgradeSearchPortlet in 2 ms
- is duplicated by
-
LPS-91814 Allow option to disable duplicate logging in upgrade to DXP 7.1
-
- Closed
-