akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
954 stars 517 forks source link

Maintenance Mode #13182

Open amitvkhajanchi opened 4 years ago

amitvkhajanchi commented 4 years ago

:wrench: I'm submitting a Feature Request :wrench:

I would like to put the site under maintenance mode while I am doing bug fixes or fixing some config on our side so users are not losing data or encounter issues while I am updating the site. Ideally, it should be like:

bin/console akeneo:maintenance:on or akeneo:maintenace:off or simply create a maintenance flag (like Magento) by doing touch maintenance.flag and then remove this to get rid of this mode.

I was trying to see if symfony framework or akeneo have this, but it seems this is missing. Would love this functionality.

amansilla commented 2 years ago

I think as well Akeneo would look much professional if during maintenance time (e.g. running migrations or deploying a new version) a maintenance mode can be set. It'd be never a BC break so if anyone from Akeneo confirms they may be interested in that functionality I may try to contribute and implement it.