While setting up a Magento project you run the following command
magento-cloud variable:update ADMIN_USERNAME —value=alice
What will this command do?
After contacting Magento Support you were advised topermanently enable the Redis disable_locking option.
How do you implement this on a Production environment?
You added a grunt autoprefixer command, which adds CSS vendor prefix like –webkit- and –moz- to CSS files generated by the setup:static-connect: deploy command.
After deployment you still see CSS files without prefixes. The hooks section in the .magento. app. Yaml file is:
Considering static assets are being generated on the build phase why are CSS prefixes missing?
You are a technical admin on a Magento Commerce Cloud account A coworker needs to submit a support request with Magento
Support
What is needed to enable support ticket access"?
You are upgrading a project to the latest version of Magento Commerce Cloud and part of the process involves a PHP version upgrade.This is now ready to be tested by the QA Team on the Integration environment.
How do you apply the PHP version upgrade?
You need to increase the Admin Session Lifetime up to 86400 seconds for the branch named Integration and children branches but not for the Staging and Production branches.
How do you update this on the integration branch and its child branches?
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 updating a Magento Commerce Cloud project from version 2.2.5 to 2.3.0 with the command
Composer require magento/product-enterprise-edition:2,3,0
However, composer is unable to complete the task because the installed version of magento/magento-cloud-metapackage is not compatible.
How do you upgrade magento to the desired version?
You are going to create a backup of an Integration branch before implementing some new feature What are two ways to create the backup of the integration branch?
Choose 2 answers
A merchant with three websites using en_GB. fr_FR and de_AT requires a change in locale to de_DE for the German Production website After running the following command on Production you notice the frontend design of the German website is broken:
Php bin/magento config:set –scope=websites –scopes code=germ general /local./code de_DE
Static content deployment is set up to on the deploy phase
Why did this happen?