In order to roll back your Magento plugin and start over with the integration to Cloudinary (e.g. re-migrate your assets), some steps need to be taken on the database level.
Important: Before running any of the following commands, it's highly advised that you backup all your database information.
- In your Magento database management console, run these commands to clear all Cloudinary migration data and account configuration:
TRUNCATE cloudinary_migration;
TRUNCATE cloudinary_migration_error;
TRUNCATE cloudinary_synchronisation;
DELETE FROM core_config_data WHERE path LIKE 'cloudinary%'; - Flush all Magento caches.
- Re-enter the CLOUDINARY_URL via the admin console (System->Services->Cloudinary)
- Start migration and enable the plugin (if it's not already enabled)
Comments
0 comments
Please sign in to leave a comment.