Discourse Went Down Suddenly. No one can log in

Glad to hear it!

I might make a guess. Presumably according to some instructions, you did this:

The meaning of that is to run the bootstrap command, and then - if it is successful - to run the destroy, and then - if that was successful - to run the start. I suspect one of the first two was not successful, and so the start command wasn’t executed.

If you have the transcript for that earlier attempt, that might be informative.

If indeed one of those commands failed, that might indicate that something still needs to be attended to. But at least you are running.

Edit: and yet, I realise now that I have not answered the question, as to why the forum might have gone down in the first place…

4 Likes

I would look first at https://wespenreboards.com/logs and start by focusing on a few entries before the time that it went down. Then try to correlate those log entry times with any out-of-the-ordinary errors in journalctl --no-pager --since "2023-07-XX"
This will help to determine if the Discourse app messed up first or if it went down due to a lower level OS issue.

5 Likes

Thank you!