Need the migrating tool for the upgrade from 2.10.17 to 3.X.

We are trying to upgrade our system from CakePHP 2.10.17 to 3.X. We are following the instruction from https://book.cakephp.org/3/en/upgrade-tool.html. The problem is when we clone the upgrade tool from git (https://github.com/cakephp/upgrade.git) it’s showing “migrating from CakePHP 3.8+ to 4.0.0”.

However, we need the migrating tool for the upgrade from 2.10.17 to 3.X.

Does anyone have a clone of this tool? I would greatly appreciate it.

You need to clone from the 3.x branch since master is now for the 4.x upgrade.

Hi @coreytaylor,

Thank you for your response. Do you have any step by step document? I’m stuck.

You need specify branch when cloning:

git clone https://github.com/cakephp/upgrade.git -b 3.x