Morning,
It has been the better part of a year since I have updated my site.
Today I logged in through putty, and the error came up that my Docker wasn’t the proper version after running the update commands from the ‘…Manually Update Discourse…’ post:
cd /var/discourse
git pull
So I ran below which caused the site to break:
wget -qO- https://get.docker.com/ | sh
From troubleshooting suggestions in the Site Down After Upgrade post I ran:
docker ps
which shows below, instead of the normal info it would have shown previous to the updated docker.
I ran the first step again at this point, ./launcher rebuild app, which netted the same result, site still not loading.
I also tried clearing up space, from the “502 Bad Gateway…” post, as I have never done this since starting the site, but did not seem to help.
Lastly, I restored the droplet on DigitalOcean from 2 days ago, which got the site back running properly. I tried updating the docker again, but was met with the same result.
I’ve done my best to comb through support searches and troubleshoot before posting, but any help at this point would be greatly appreciated.
Let me know any additional info I can provide.