Question

Upgrading to Ubuntu 22.04 - Wordpress

Hi, I was trying to update my server from ubuntu 20.04 to 22.04 with the command ‘‘do-release-upgrade’’ but after the update is done, I can’t access my website. It gives errors either ‘‘error establishing database connection’’ or 500 internal server error’'. When I was starting the update, I’m getting a lot of ‘‘no candidate ver’’ lines which I think might be related to the site not working after the update is done.

Error: https://imgur.com/a/ceTRl5w


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
October 19, 2022

Hi there,

It is often the case with such major OS upgrades that some of the packages that were available with the old OS version are no longer available with the new version.

For example, if PHP 7.4 was the default available version with Ubunutu 20.04 it is possible that the new default version with Ubuntu 22.04 is now PHP 8.0.

What you need to do is to check your Apache error log and see what the actual problem is rather than the generic 500 error that you are seeing.

You can follow the steps here on how to troubleshoot common Apache problems:

https://www.digitalocean.com/community/tutorials/how-to-troubleshoot-common-apache-errors

Feel free to share the output of the logs here so I could advise you further!

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up