Magento 2 Deployment: Zero-Downtime Production Deployments

php dev.to

Magento deployments done wrong mean minutes of downtime, broken shopping carts, and unhappy customers. Done right, they're invisible — customers never notice. Here's how to get there. Why Magento deployments are hard A typical Magento deployment touches: PHP files (application code) Generated code (var/generation/, generated/) Static files (pub/static/) Database schema and data Cache (must be flushed) The challenge: each of these operations takes time, and during that time your s

Read Full Tutorial open_in_new
arrow_back Back to Tutorials