I just signed up for https://uptimerobot.com/.
I’d like to get the latest recommendations from the Discourse dev team. @sam?
I thought about this today as I discovered that my programming site https://forum.shakacode.com was not responding. Yikes! Logging into the server and restarting the container
This is all I needed to get the site back up:
cd /var/discourse/
./launcher restart app
I then did the upgrade:
git pull
./launcher rebuild app
One “problem” with discourse is that it’s so easy to keep running that it’s easy to forget how to do maintenance!