My website is running on WordPress version 4.9.8
.
When I go to <mysite>/wp-admin/update-core.php
, it says,
You have the latest version of WordPress. Future security updates will be applied automatically.
I want to upgrade my site to version 5.0.x
How can I do that?
My website is running on WordPress version 4.9.8
.
When I go to <mysite>/wp-admin/update-core.php
, it says,
You have the latest version of WordPress. Future security updates will be applied automatically.
I want to upgrade my site to version 5.0.x
How can I do that?
Share Improve this question edited Jan 28, 2019 at 11:01 Jacob Peattie 44.3k10 gold badges50 silver badges64 bronze badges asked Jan 28, 2019 at 8:48 user160014user160014 1 1- you might have auto update disabled? – André Kelling Commented Jan 28, 2019 at 9:14
2 Answers
Reset to default 0It looks like you have already tried to update WordPress but the process broked. So to resolve your problem you can go with the following: 1. Click to "Re-install now" button and install WordPress again. 2. Click to " Download" and install the WordPress manually.
You can install Latest WordPress manually, don't delete your wp-content folder and unzip the file from https://wordpress.iorg/latest.zip.
Check this Article https://codex.wordpress/Upgrading_WordPress#Manual_Update
Thanks !!!