Open amitvkhajanchi opened 4 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.
: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.