I am rebuilding the author repository from scratch using our hot backup.
I am using crx2oak-1.10.0-all-in-one.jar to migrate content to a newly setup 6.5 instance.
Migrations are ongoing and successful.
The process includes migrating all the packages from the hot backup into the new instance.
I am identifying packages which need to be installed in the new instance.
However, how can I confidently identify which packages are actually installed in the current instance to install them in the new instance? Is the status for a package of "installed" reliable?
And here is the more concerning aspect, what if a package is installed but has been deleted from the repository. How do you identify packages like that? I would prefer to focus on solving this question.
Thank you