Apologies if this has been asked before - my forum search didn't yield any relevant results.
I'm trying to upgrade from 4.18.0 to 4.18.3 (using automatic upgrades), but when I run the upgrade script I get errors relating to 'pre_uploaded' folders.
I can't even upgrade to 4.18.1. These are the errors listed when I try to upgrade from 4.18.0 to 4.18.1:
matrix_upgrade.php: cannot find a pre_uploaded folder for mysource_4-18-0
matrix_upgrade.php: cannot find a pre_uploaded folder for mysource_4-18-1
Please let me know if you need any further information. I'm not new to Matrix admin (I've been using it for 10 years at work), but I am fairly new to this server admin on my own personal system.
I should also add that I successfully upgraded last night from 4.16.2 to 4.18.0, so I don't think it's user error. Maybe something has gone slightly wonky during the upgrade though?
I also had to explicity enable CVS - without that it was telling me you can't disable cvs, git and pre-upload all at the same time.
So for the benefit of anyone else who might come across this issue, the successful command I used was:
php matrix_upgrade.php --cvs=enable --git=disable --pre-upload=disable [path to matrix] mysource_4-18-3
I should confirm that this all happened with the latest upgrade script (I removed the MatrixUpgrades folder and re-downloaded the 4.18.3 zip file prior to this upgrade attempt to be absolutely certain I was using the latest files).