Important
You are browsing documentation for version 5.0 of OroCommerce, OroCRM, and OroPlatform, maintained until August 2024 and supported until March 2026. See version 5.1 (the latest LTS version) of the Oro documentation for information on latest features.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Use Maintenance Mode Notifications in Oro Applications
Maintenance notifications are another type of notifications in the Oro application that uses WebSockets functionality to deliver messages to users quickly.
System administrator or developers can set the Oro application to maintenance mode to perform maintenance tasks.
To do this, execute the following command in the console:
oro:maintenance:lock --env=prod
This prompts the site to switch to the maintenance mode. All new visitors will see a message informing that the website is in the maintenance mode. All users who had their pages open when the site switched to the maintenance mode will get a WebSocket message informing that the maintenance mode is on. The website will show a flash message and disable all UI elements on the opened page.
To turn off the maintenance mode, run the following command:
php bin/console oro:maintenance:unlock --env=prod