英文:
Shopware 6 Updates only via console? (after 6.5)
问题
从Shopware 6.5版本开始,只能通过控制台进行Shopware更新,不再支持通过商店管理中的系统设置进行更新。
英文:
Are Shopware updates from Shopware 6.5 onwards only possible via the console and no longer through the system settings in the shop administration?
答案1
得分: 1
有一个新的基于Web的安装程序。然而,如果可能的话,强烈建议在CLI中使用composer
进行更新。新的Web安装程序在底层基本上是做同样的事情,但在CLI中手动执行将消除与基于请求的运行时限制相关的所有风险。如果您还没有这样做,迁移到Symfony flex模板。一旦完成,更新应该只是执行几个命令的事情。
英文:
There is a new web-based installer. However, if possible, it's strongly recommended to update using composer
in the CLI. The new web-installer is basically doing the same under the hood, but doing it manually in the CLI will remove all the risks coming with request based runtime restrictions. If you haven't done so already, migrate to the Symfony flex template. Once that is done, updating should just be a matter of executing a couple of commands.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论