9/2/22 upgraded Ubuntu server per prompt/reccomendation at logon, trying to stay current. ? An LTS upgrade ? Site is young, Django app.
Nginx is running. Whats next to check? Gunicorn shows as failed, Triggeredby x gunicorn.socket . update might have upgraded postgres ? ??
Suggestions ?? Thanks
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.
Problem: After an Ubuntu 22.04 upgrade, LTS ??? I got the 503 error, nginx was up but gunicorn show failed and all the settings were still good/unchanged.
Solution: Reinstall my local packages; PIP was gone and my other Application packages too; Django,…and gunicorn specifically cause that was the error I was chasing down.
Check your packages.
Hi there,
I could suggest following the steps from step 11 in this tutorial here:
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04#step-11-troubleshooting-nginx-and-gunicorn
This includes some commands that would help you find more information on why the Gunicorn service is not running.
Feel free to share the output of the logs here so we could try to advise you further.
Best,
Bobby