Installing the Upgrade Compatibility Tool encounter error | Community
Skip to main content
February 24, 2025
Solved

Installing the Upgrade Compatibility Tool encounter error

  • February 24, 2025
  • 1 reply
  • 460 views

when i run this command in magent root of my locate docker environment, it encounter errors like below:

 

 

i just to install uct tool to prepare to upgrade magento in locate enviroment, but if fails to get uct tools.

if you meet the same issue, pls replys, thanks!

 

Best answer by guoliangwang

Hi everyone:

 I run this command like below, it works for me.

 

i make a dir name uct and run this command(composer create-project --repository=https://repo.magento.com magento/upgrade-compatibility-tool=3.0.17 ./ -vvv), it works for me. Download uct successfully!

I just curious about why it is works specify the uct`s version and -vvv parameters. But in magento office documents, it tell developer to run like below:

Anyway , i am able to go futher step to use uct finally!

 

 

1 reply

guoliangwangAuthorAccepted solution
February 24, 2025

Hi everyone:

 I run this command like below, it works for me.

 

i make a dir name uct and run this command(composer create-project --repository=https://repo.magento.com magento/upgrade-compatibility-tool=3.0.17 ./ -vvv), it works for me. Download uct successfully!

I just curious about why it is works specify the uct`s version and -vvv parameters. But in magento office documents, it tell developer to run like below:

Anyway , i am able to go futher step to use uct finally!