【问题标题】:update magento 2 version 2.3.5 to version 2.3.5-p2?将 magento 2 版本 2.3.5 更新到版本 2.3.5-p2?
【发布时间】:2021-02-20 22:51:04
【问题描述】:

如何为 2.3.5-p2 更新 magento 2 版本 2.3.5 ?我尝试了以下步骤,但没有成功。

composer 需要 magento/product-community-edition=2.3.5 --no-update

作曲家更新

php bin/magento 设置:升级

php bin/magento setup:static-content:deploy -f

php bin/magento setup:di:compile

php bin/magento 索引器:重新索引

php bin/magento 缓存:清理

php bin/magento 缓存:刷新

以及使用命令时:

php bin / magento --version

它返回 2.3.5 而不是版本 2.3.5-p2

【问题讨论】:

    标签: magento magento2 magento-2.3


    【解决方案1】:

    您正在尝试升级到较低版本

     composer require magento/product-community-edition=2.3.2 --no-update
    

    2.3.2

    在此处更改版本字符串...

    【讨论】:

      【解决方案2】:

      改变

      composer require magento/product-community-edition=2.3.2 --no-update
      

      composer require magento/product-community-edition=2.3.5-p2 --no-update
      

      我认为应该没有问题了!

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2022-10-13
        • 2010-12-21
        相关资源
        最近更新 更多