大家好,
我本想进行一些更新,并收到消息说需要执行以下命令:
cd /var/discourse
git pull
./launcher rebuild app
我已经执行了这些命令,但收到了一条错误消息,现在论坛无法访问。
如何重启服务或修复此问题?
提前感谢。
This is the first time you’ve run an update in a long time?
It’s hard to tell with just a picture of part of the output.
I can’t quite tell what is happening. Did you type Run: before those commands? Or was that the output of ./launcher rebuild app.
You might be able to get the current version back up with
./launcher start app
If your forum being down is an emergency that you’d like to throw money at my contact info is in my profile.
I’ve still executed the commands which are described in the manual: Manually update Discourse and Docker image to latest and would like to start the session.

I think I’ve found the reason why my forum crashed during the update.
If I add two hastags (##) before every git command in app.yaml file the forum is available.
One of the plugins is fault - how to uninstall it manually?
By hashing out the line before a rebuild you have effectively uninstalled it.
It’s a process of elimination as to which plugin is responsible though. Check #plugin to see if any are flagged as broken.