UpgradeWizard.php file not present in SugarCRM Enterprise Development Build 10

Hi,

I have upgraded an old custom module from Backward Compatability mode to Sidecar. To ensure that I am not missing anything, I want to run the UpgradeWizard.php file as mentioned here. However, the file is not present at all in the development build (SugarCRM Enterprise 10)

Let me know how to test the upgrade readiness.

Thanks!

  • The link you speak oif seems to be broken as it takes me to the 404 page.  I am not sure what you mean by 'the development build', I assume you mean the file that are available under the 'Development Builds' and if thats true I am not sure there is a way.  The only thing I can think to do is to move your changes to your production build or a copy of that (something that is not on a 'development build') and test it there.

  • That must be a file they got rid of as I dont see it in my Enterprise 10 copy either.

  • In Sugar 10.0 the upgradeModule files were removed. While looking for a solution we realized that you can simply put the files back and run them as usual. So I have updated the instructions for versions 10.x that includes a link to download a zip of the old files. Put them into ./modules/upgradewizard/ and then follow the instructions as before. I hope this helps.