Upgrading a 6.1.54 to 6.2.1 #1237
Unanswered
mrforsythexeter
asked this question in
Q&A
Replies: 1 comment 7 replies
-
The best would be upgrade from 6.1.54 to 6.1.139 and then you can upgrade to 6.2.x |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ok, ok.. I know this should have been upgraded, nearly a century ago... however we are all busy...
I have downloaded the oldest version I can find from sourceforge... which is 6.2.1 and smashed together a quick docker build and compose to get a local copy running for upgrading.
I have got enough php extensions installed to get past the install screen (mysqli, pdo, pdo_mysql, calendar, mcrypt, pspell, zip) and sorted all the permission problems, which gets to the screen where I can agree to "continue" the upgrade... however it then throws a warning...
Controller('GO\Maintenance\Controller\UpgradeController') not found: r=maintenance/upgrade
I have used php 5.6 (felt better than min requirement of 6.4 for this version of GO), also if autoloading was going to be a problem it made sense.
Can someone help explain why this missing / what the fix maybe.. I can create a new repo with work so far, if you want to check it out.
If this isn't the best version jump, can you tell me next logical jump, as I can't find any older versions.
Beta Was this translation helpful? Give feedback.
All reactions