I’m trying to upgrade/migrate my Pimcore 4 install to Pimcore 5 using the Pimcore-cli migration scripts but am running into problems.
When I try running bin/console pimcore:generate:bundle --namespace AppBundle I get the ‘Pimcore\Bootstrap’ not found error. I had a look through the code base and realised that the vendor/pimcore/pimcore didn’t exist even though I have run the initial pimcore5:migrate:filesystem command. I actually have the cli scripts outside of the pimcore4 folder and ran the migrate with the full server path to it.
I then decided to copy the main vendor/pimcore/pimcore folder from a separate Pimcore5 install into the one I’m trying to migrate and added the path to it’s lib folder to my main system path but still get the same issue.
Has anyone got any ideas on how I can fix this and finalise the migration?