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
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!
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
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