Magento2 Unable to proceed: the maintenance mode is enabled 2020年11月2日 作者:yang Unable to proceed: the maintenance mode is enabled 维护模式已启用,但是无法继续使用维护模式。 当您必须升级,重新配置到网站时,Magento 2使用维护模式。 Magento 2将维护标志保留在下面的目录中。 var/.maintenance.flag 所以你必须删除(.maintenance.flag)维护标志,然后网站才能像以前一样正常运行 . rm -rf .maintenance.flag 上一篇Magento2 获取评论相关方法下一篇 Magento2带有最少选项的setup:install命令