Important
You are browsing upcoming documentation for version 6.0 of OroCommerce, OroCRM, and OroPlatform, scheduled for release in 2024. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.
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