Re-Installation Steps
A. Uninstall SureBright module
Turn Off SureBright Integration
Turn Off SureBright Integration
Run this command to disable the module and remove old files:
php bin/magento module:disable Surebright_Integration —clear-static-content
Rebuild Code
Rebuild Code
Run this to rebuild the necessary files:
bin/magento setup:di:compile
Remove the Integration
Remove the Integration
Run this to remove the SureBright integration:
composer remove surebright/integration
Update Magento
Update Magento
Run this to apply the changes
bin/magento setup:upgrade
Clear Cache
Clear Cache
Run this to clean up the cache and setup your store visuals:
bin/magento setup:static-content:deploy -f -j5
bin/magento cache:clean
B. Re-Install Steps
Re-Install SureBright
Re-Install SureBright
Run this to add SureBright again:
composer require surebright/integration:v1.3.10
Turn SureBright Back On
Turn SureBright Back On
Run this to enable the module:
php bin/magento module:enable Surebright_Integration
Update Magento and Rebuild Code
Update Magento and Rebuild Code
Run this to finalize the reinstall:
bin/magento setup:upgrade
bin/magento setup:di:compile
Clear Cache Again
Clear Cache Again
Run this to finish the reinstall and setup your store visuals:
bin/magento setup:static-content:deploy -f -j5
bin/magento cache:clean
