readymage / maintenance
ReadyMage 维护
1.0.1
2021-09-17 08:50 UTC
Requires
- magento/magento2-base: ^2.3
This package is auto-updated.
Last update: 2024-09-20 15:46:16 UTC
README
这是一个 Magento 2 模块,允许使用 maintenance:disable 命令来保留符号链接。最常见的用例是分布式基础设施中的多个副本,其中单个副本的 php-cli 用户可以触发维护模式,该模式将通过其他副本进行传播。
注意
此模块仅保留符号链接。如果它们在之前不存在,它不会从头创建它们。初始符号链接的创建必须由 CI/CD 系统或手动操作处理。
安装
使用以下命令将模块添加到任何 Magento 2 项目中
composer require readymage/maintenance --no-interaction --update-no-dev --prefer-dist php bin/magento module:enable ReadyMage_Maintenance