Best approach | Copy large amount of data from one CRX to another
Hi all,
Context
Approachs
2. Package Manager
If we use package manager then we will need to create lots of small packages (this will be lot of work). We cannot create one hugh package since it will take time to create that package and also during upload it might timeout or give java heap errors.
Questions
2) Will there be any future issues with the repository since my source repo is Oak 1.0.0 and destination repo is CRX 2.4.76 (I did not saw any issue with my sample copy using vlt command)
3) One advantage of using package manager is that you can rollback (but package manager cannot be used for large content). With "vlt rcp" command i do not see any rollback option.