Sarathlal N

Enable or disable maintance mode - Magento 2

The Magento application have option to make site in maintance mode during maintaining, upgrading, or reconfiguring our site.

Magento detects maintenance mode as follows:

If var/.maintenance.flag does not exist, maintenance mode is off and Magento operates normally. Otherwise, maintenance mode is on unless var/.maintenance.ip exists:

The var/.maintenance.ip can contain a list of IP addresses. If an entry point is accessed using HTTP and the client IP address corresponds to one of the entries in that list, then maintenance mode is off.

Add allowed IP during maintanace mode

php bin/magento maintenance:allow-ips xxx.xxx.xxx.xxx

Enable maintanace mode

php bin/magento maintenance:enable

Disable maintance mode

php bin/magento maintenance:disable

Recent Posts

  1. Automating Release Generation with GitHub Actions
  2. WP CLI Commands to Bulk Delete Entries in WordPress Database
  3. Split a Single CSV File into Multiple Files Using the Split Command - Bash
  4. Migrating code repo from BitBucket to GitHub
  5. Streamlining Development - Our Journey with Git, Bitbucket, and Jira

Your Questions / Comments

If you found this article interesting, found errors, or just want to discuss about it, please get in touch.