Dear all,
I have a problem… first of all, I am no expert, so please, bear with me.
I tried to upgrade discourse from the UI, then if I went to upgrade the plugins I got this:
<html><head></head><body>
<h2>You are running an old version of the Discourse image.</h2>
<p>
Upgrades via the web UI are disabled until you run the latest image.
</p>
<p>
To do so log in to your server using SSH and run:
</p>
<pre>
cd /var/discourse
git pull
./launcher rebuild app
</pre>
<p>
<a href='https://meta.discourse.org/t/how-do-i-update-my-docker-image-to-latest/23325'>More info on our support site</a>
</p>
</body>
</html>
The website was still working fine by then.
Then I went to a remote shell, and followed this guide: Manually update Discourse and Docker image to latest
What happened was the following error.
now the website isn’t working anymore. just not reachable.
Any idea about what I should do? I am at a bit of a loss, and seem to find no relevant guide or thread, in here. I just really need to get this to work without losing any data or options…