Automatic Upgrade Script not working for 4.6.0


(Nic Hubbard) #1

We just tried to do an upgrade using the newest automatic upgrade script, and it is giving us this error:

    automatic_upgrades/matrix_upgrade.php: no upgrade available from version 4.4.1 to 4.6.0 - can only upgrade to version 4.6.0.rc1 


We ran:

    sudo php automatic_upgrades/matrix_upgrade.php --verbose -n /opt/matrix mysource_4-6-0  


We also made sure that there was the 4-6-0-rc1_to_4-6-0.xml file in the defs folder, which there was.

Is this a cvs problem or did we do something wrong?

(Edison Wang) #2

There was a glitch on the initial release of Automatic Upgrade script. The problem is fixed now.


All you have to do is deleting the xx_to_4-6-0-rc1.xml file in the defs directory, then you should be able to upgrade to 4.6.0.


(Nic Hubbard) #3

[quote]
There was a glitch on the initial release of Automatic Upgrade script. The problem is fixed now.



All you have to do is deleting the xx_to_4-6-0-rc1.xml file in the defs directory, then you should be able to upgrade to 4.6.0.

[/quote]



So, you are saying just delete the 4-4-3_to_4-6-0-rc1.xml file?


(Dave Letorey) #4

Hi Nic


I had similar problem, but I got it working by upgrading to 4-4-4 and then 4-6-0 that worked fine



Dave