You added the env:ADMIN_PASSWORD variable in the Project Web Ul to change a Magento admin user's password After deployment you are unable to login using the new password
What causes this?
You aremigration an existing Magento 2 website to Magento Commerce Cloud. After setting up the project you would like to migrate the database to the integration branch. The database import fails with a disk space error.
How do you migrate the database data loss?
The merchant wants to offer specific pricing in different currency markets so you have set up multiple websites to cover each currency.
Now they want customers to be directed to the appropriate website based on the country they are in.
Howdo you configure this?
A custom module thatadds a new console command for bin/magento has just been built Deploying this to the Production environment on your Pro plan site causes the build phase to fall.
You find this occurs when you inject certain Magento core classes in your console command class The command works on your local environment
Why does this occur?
While investigating an inherited MagnetoCommerceCloud project, you notice the following SCD_MATRIX configuration in magento , env, yam1:
What is the effect of this configuration?
After making changes lo custom commands in the deploy and buildphases you deploy to Staging.The deployment takes much longer than expected, and Stagingis in maintenance mode tor most of this time.
What do you do to reduce site downtime?
You are reviewing a third party extension for Magento Commerce Cloud compatibility
You discover the module writes to a customdirectory called internal/ withinthe Magento base directory
The directory has to be shared by all web servers
What do you do so the module can be used on Magento Commerce Cloud?
A merchant using Magento Commerce Cloud Pro reports an issue with an order missing transaction data.The application uses a payment gateway integration which posts a series of callbacks to Magento
You would like to retrieve a complete list ofcalls to build a timeline of what happened
How do you achieve this?