Skip to content

Instantly share code, notes, and snippets.

@ralbin
Last active December 3, 2019 16:43
Show Gist options
  • Save ralbin/3845e34e6e390be90bb8c2c56cdbcb4a to your computer and use it in GitHub Desktop.
Save ralbin/3845e34e6e390be90bb8c2c56cdbcb4a to your computer and use it in GitHub Desktop.
M2 Certified Professional Cloud Developer
Lots of magento-cloud commands
Lots of ece-tools commands
Lots and lots of questions on each yaml
setup multi website questions
Failed deployments due to
Emails not working on integration?
You need to know all the typs of configs and syntax on .magento.env.yaml
How do you setup external RabbitMQ?
Elasticsearch changes caused failed deployment, how/why could this happen. Probably bad syntax or mis configured/
You need to know whats in the Magento.cloud UI and whats not. Several questions have answers "You make the change in the Magento UI".
Know where logs are at, Magento and server. /var/log/platform/projectID/ and /var/log/ and what is in the folders
Know all the things that come with cloud, Fastly, Sendgrid, Blackfire
Can you do country based store redirection in Fastly? IE Canada visitors are redirected to a different website ( store view )
Read up on how to recover from a db corruption using a snapshot. Where are the snapshots saved. Can you do this via the Magento.cloud UI? etc.
A couple of questions on how to kill processes via command line, like a stuck process. $ kill 123456
Know about how to move repo passwords to Magento UI instead of auth.json
Know how to create environment variables. Know when to put env: in front and when you may not need to ( admin user config for example )
you recently synced production to staging. However staging is redirecting to production. How do you fix it. I think this is a start question because none of the answers were just edit the core_cofing_data table with the right url.
Know the subtle difference from pro to starter editions on what is managed via the magento.cloud UI and what is not for pro.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment