如何在 Shopware 6 中通过控制台启用维护模式
How to enable maintenance mode via console in Shopware 6
我想使用我的更新脚本将我的 Shopware 6 实例设置为维护模式。
有什么方法可以使用 bin/console?
启用维护模式
您可以通过
为特定销售渠道启用维护模式
bin/console sales-channel:maintenance:enable salesChannelId
或者您可以使用 --all 标志为所有销售渠道启用它
bin/console sales-channel:maintenance:enable --all
禁用同样有效。
我想使用我的更新脚本将我的 Shopware 6 实例设置为维护模式。 有什么方法可以使用 bin/console?
启用维护模式您可以通过
为特定销售渠道启用维护模式bin/console sales-channel:maintenance:enable salesChannelId
或者您可以使用 --all 标志为所有销售渠道启用它
bin/console sales-channel:maintenance:enable --all
禁用同样有效。