Learn to Fix the ‘No update required’ Message in WordPress
You may see the below message, when you log into your WordPress site :
No Update Required Your WordPress database is already up-to-date!
This issue may be caused many times due to your site’s cache. You need log into your server to resolve this and flush the cache with the help of SSH as below:
- Using SSH log into your server.
- Go to your WordPress directory. It’ll comprise of all of your files and folders.
- In this directory, run the command as below:
server]$ wp cache flush
That’s it, the cache issue can get fixed and you shouldn’t see the message once you log in.