Solved

You Need to Disable a Module on a Magento Commerce

Question 20

Multiple Choice

You need to disable a module on a Magento Commerce 2.3 Cloud project and remove its database tables. The module uses the declarative schema system to manage its database changes. Which action do you take?


A) Run bin/magento module:disable MyCompany_MyModule on the local environment and then commit and deploy the app/et?/config.php file Run bin/magento module:disable MyCompany_MyModule on the local environment and then commit and deploy the app/et?/config.php file
B) Run bin/magento module:disable MyCompany_MyModule on the production environment and download and commit the app/etc/config.php file on the production environment and download and commit the app/etc/config.php
C) Delete the module from the git repository leaving the record in app/etc/config.php intact and deploy the changes Delete the module from the git repository leaving the record in intact and deploy the changes
D) Remove the module line from the app/etc/config.php file on the local environment and then deploy the file Remove the module line from the file on the local environment and then deploy the file

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions