-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 7.0.0 DXP FP28, 7.0.X EE, Master
-
Fix Version/s: None
-
Component/s: ~ [Archived] Collaboration
-
Labels:None
-
Fix Priority:3
-
Last Working Version:
Steps to reproduce it:
- Startup a 6.2 version
- Install Social Office
- Generate some socialActivity entries (check SocialActivity table): creating a blog and posting comments should be enough
- Stop the server
- Execute the following query:
SELECT count(*) FROM SocialActivitySet
- Upgrade to 7
- Execute the following query:
SELECT count(*) FROM SocialActivitySet
Results:
The number of SocialActivitySet is higher.
The code for v7_0_0/UpgradeSocial.java has been fully executed and it has created new records in that table but this is unnecessary because if you used Social Office that table was already populated.
Expected results:
The number of SocialActivitySet is the same.
The code for v7_0_0/UpgradeSocial.java hasn't been executed because the code detected that you were using Social Office previously.
- is caused by
-
LPS-73786 com.liferay.portal.upgrade.v7_0_0.UpgradeSocial upgrade process is not setting the Counter value high enough
- Closed