Hi,
If i delete the managed solution(cloned solution latest version) imported to Production, does it delete the old data from the environment?
Scenario is as follows:
Development : Latest cloned Solution is Solution 1.2.0.0
Production: Old Solution 1.1.0.0 plus 3 patches 1.1.1.1, 1.1.2.1, 1.1.3.1
UAT: Old Solution 1.1.0.0 plus 3 patches 1.1.1.1, 1.1.2.1, 1.1.3.1
I have recently cloned the solution in DEV environment and imported the managed new version in UAT and have to do the same in Production.
The issue appeared when importing new version in UAT there were some dependency issues due to which the old solutions were not deleted and in fact i was left with
Cloned Solution(1.2.0.0), 3patches (1.1.1.1, 1.1.2.1, 1.1.3.1) and old solution(1.1.0.0) in UAT. So i deleted the imported managed cloned solution in UAT before fixing the dependency errors in DEV, after which it worked perfectly.
Now my worry is if same happens in Production will it be safe to remove the latest version of managed solution, will it remove data as well, since it will contain all components of every patch and base solution?
What should be the right way to deal with if I am left with latest version (but with error) in addition to old versions.
Thanks,
PS