What do you do to update the Staging environment?

You have a Starter project. Your code is ready for testing in the Staging environment, but you need the latest data from Production.

What do you do to update the Staging environment?
A . Log in to the Project Web UI, choose the Staging environment, and click Sync
B . Log in to the Project Web UI, choose the Staging environment, and click Merge
C . Checkout the Staging branch and use the git push origin -f command
D . Checkout the Production environment and use the magento-cloud sync CLI command

Answer: B

Explanation:

Reference: https://devdocs.magento.com/cloud/live/stage-prod-migrate-prereq.html

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments