From eb90f9302e5d770bec93e46efc5f3f5420cb0332 Mon Sep 17 00:00:00 2001 From: "Donald J. Bales" Date: Tue, 28 Mar 2023 09:27:04 -0700 Subject: [PATCH] Update upgrade_from_60_to_70.rst There is no pim:update:check-requirements task, it's pim:installer:check-requirements --- migrate_pim/upgrade/upgrade_from_60_to_70.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migrate_pim/upgrade/upgrade_from_60_to_70.rst b/migrate_pim/upgrade/upgrade_from_60_to_70.rst index 93f28aef3..c753c16d1 100644 --- a/migrate_pim/upgrade/upgrade_from_60_to_70.rst +++ b/migrate_pim/upgrade/upgrade_from_60_to_70.rst @@ -24,7 +24,7 @@ The root of your current installation dir is referred as $INSTALLATION_DIR. $ cp -R ./vendor/akeneo/pim-enterprise-dev/upgrades/* ./upgrades/ $ rm -rf var/cache/ $ php bin/console doctrine:migrations:migrate - $ php bin/console pim:update:check-requirements + $ php bin/console pim:installer:check-requirements .. note:: @@ -32,7 +32,7 @@ The root of your current installation dir is referred as $INSTALLATION_DIR. .. note:: - If the ``pim:update:check-requirements`` return an error you should follow the recommendation before upgrading your technical stack. + If the ``pim:installer:check-requirements`` return an error you should follow the recommendation before upgrading your technical stack. Requirements ************