A partial archive of meta.discourse.org as of Tuesday July 18, 2017.

Discourse Upgrade Leading to HTTP Error 500

reg.dan

And nothing shows up in the logs. What steps do I take to diagnose the issue? Thanks!

Falco

Can you please try rebuilding?

Please SSH into your server and run:

cd /var/discourse
git pull
./launcher rebuild app
Peter_Salzmann

Since day 1 of installing and rebuilding Discourse I’ve had no problems. I just noticed the line you’re using isn’t the same as what I do. I don’t do the git pull line. Is that a problem? doesn’t the ./launcher rebuild app do that part for you?

Should I use the git pull line or not?

Thanks in advance.

Steven

Yes you should always use git pull before a rebuild

Peter_Salzmann

Thanks Steven. I’ll start doing that. :slight_smile:

fefrei

I‘m pretty sure launcher started to auto-pull some time ago, so doing it once (to make sure you have a version that does this) should be enough :slightly_smiling_face: