Can’t update database after wordpress update from 3.8.1 to 4.4.1

In general, it is a bad idea to upgrade from such an old version to new version in one go. In your case, a huge amount of changes was done between the release of v3.8.1 and v4.4.1 which invloved changes in the db.

I’m not sure which is the best option here to repair the db as it seems that you cannot log into the site. What I would suggest is, revert back to v3.8.1 and get everything running again. At this stage, it would be good idea to download, install and run a plugin like DB Manager (to which I have no affiliation to) to repair and optimize your db.

Once this is sorted, you will need to manually update WordPress in steps. Download all major versions between v3.8.1 and v4.4.1, so would download v3.9, v4.0, v4.1 etc. You should then start by upgrading to v3.9, after that, upgrade to v4.0 until you are fully upgraded.

Once done, you can rerun DB Manager.

TIP:

Since a huge amount of changes between v3.8.1 and v4.4.1, it would be a very good idea to download and install Debug Objects to catch any bugs as there was a lot of depreciation done between those versions. Make sure that you catch and repair all those bugs

Leave a Comment