XF 2.2 Upgrading to Beta 5

manicomio

Active member
On my Beta 4 dev.site.com URL the new Beta 5 one click upgrade is not triggering to appear.

In config.php $config['enableOneClickUpgrade'] = true; is set. And the "Only check for stable upgrades" admin option is unchecked.

php cmd.php xf:upgrade is giving me You are already running the latest version. Rebuild the master data?.

Did anything change in regards to one click upgrade? All the previous betas upgraded fine with one click upgrade.
 
Solution
You need to go to Tools > Check for upgrades first and click the “Upgrade” button on the banner that appears that says Beta 5 is available.

You have to start the process via the web interface.

If using the CLI is recommended, you will have the opportunity to complete the process via the command line.
You need to go to Tools > Check for upgrades first and click the “Upgrade” button on the banner that appears that says Beta 5 is available.

You have to start the process via the web interface.

If using the CLI is recommended, you will have the opportunity to complete the process via the command line.
 
Solution
Top Bottom