XF 2.0 Table xf_upgrade_job doesn't exist - upgrade via cli

Hoffi

Well-known member
I just wanted to upgrade my local test installation. Very clean.

Then this happens via cli upgrade.

Code:
PS E:\www\vhost\xf> php cmd.php xf:upgrade
Current version: 2000010
Upgrade target: 2000032 (2.0.0 Beta 2)
Are you sure you want to continue with the upgrade? [y/n] y

Running upgrade to 2.0.0 Beta 2, step 1... done.
Running upgrade to 2.0.0 Beta 2, step 2... done.


  [XF\Db\Exception]
  MySQL statement prepare error [1146]: Table 'xftest.xf_upgrade_job' doesn't exist


xf:upgrade

PS E:\www\vhost\xf>

What can I do?

Inside the Admin Area, there is this message:

There are 1 missing files or files with unexpected contents. You should review these.

If I click on the Message, then this message appears:
File health check results
Re-run check

Check completed on 3,532 files. We found some problems with the following files. Please resolve these issues as soon as possible.

No Files are below listed.
 
Last edited:
Top Bottom