To uninstall a Magento Connector, you must stop the exchange of data with Bronto,
remove the connector from the Magento register, and update the Magento file system and
database.
Before you begin
You must be able to access the Magento database and file system.
Procedure
-
Go to .
-
Locate the connector you want to work with and click its Edit link.
-
Click Advanced and
-
Set Pause Event Queuing to Yes.
-
Set Pause Event Processing to
Yes.
This turns off the exchange of data between Bronto and the connector.
-
In Magento go to and click the Delete button.
-
Open the base Magento composer.json file in a code editor.
-
Run
./bin/magento module:disable Bronto_Browse Bronto_Cart Bronto_Connector
Bronto_Contact Bronto_Coupon Bronto_Email Bronto_Integration Bronto_Inventory
Bronto_Magento Bronto_Optin Bronto_Order Bronto_Product Bronto_Rating
Bronto_Recommendation Bronto_Redemption
-
Run
./bin/magento setup:upgrade
-
Run
composer remove bronto/magento-module-all
-
Remove the following from the base Magento composer.json
file:
"repositories": [
{
"type": "composer",
"url": "https://cdn.bronto.com/magento"
}
]
-
Run
composer update --lock
-
Open the
core_resource
table in the Magento database and delete all
entries that are prefixed with bronto
.