readymage / maintenance
ReadyMage Maintenance
Installs: 24 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/magento2-base: ^2.3
This package is auto-updated.
Last update: 2025-06-20 17:40:58 UTC
README
Magento 2 module which allows maintenance:disable
command to preserve flag file symlinks.
Most common use case is for distributed infrastructure with multiple replicas where php-cli user from single replica can trigger maintenance mode which will be propagated trough other replicas.
Attention
This module only preserves symlinks. It will not create them from scratch if they did not exist prior. The initial symlink creation must be handled by CI/CD systems or manual actions.
Installation
Add to any Magento 2 project with following commands:
composer require readymage/maintenance --no-interaction --update-no-dev --prefer-dist php bin/magento module:enable ReadyMage_Maintenance