Hi, I just installed LAMP stack on a Linux machine, and setup wordpress.
\- I have not installed any themes or plugins yet,
\- running php 7.4
\- mysql 10.x.x
​
Default instance of this wordpress is 5.3.2, and when i try to check for wordpress updates i dont seem to find any.
What could be the root cause? I have checked permissions on the wordpress directory and i’ve set it up like this
​
`sudo chown -R www-data:www-data /var/www/html/wordpress`
`sudo find /var/www/html/wordpress -type d -exec chmod 755 {} \;`
`sudo find /var/www/html/wordpress -type f -exec chmod 644 {} \;`
​
[ad_2]
Update manually
Then, after you’ve updated, go to Tools > Site Health – it sounds like something is blocking the checker or CRON isn’t working.