Erro de atualização, site indisponível, possivelmente relacionado ao plugin?

Prezados,

Tenho um problema… antes de tudo, não sou especialista, então, por favor, tenham paciência comigo.

Tentei atualizar o Discourse pela interface do usuário (UI). Ao tentar atualizar os plugins, obtive a seguinte mensagem:

<html><head></head><body>
<h2>Você está executando uma versão antiga da imagem do Discourse.</h2>
<p>
Atualizações via interface web estão desabilitadas até que você execute a imagem mais recente.
</p>
<p>
Para fazer isso, faça login no seu servidor usando SSH e execute:
</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'>Mais informações no nosso site de suporte</a>
</p>
</body>
</html>

Naquela época, o site ainda funcionava normalmente.

Em seguida, acessei um shell remoto e segui este guia: Manually update Discourse and Docker image to latest

O que aconteceu foi o seguinte erro:

Agora o site não está mais funcionando; simplesmente não é acessível.

Alguma ideia do que eu deveria fazer? Estou um pouco perdido e não consigo encontrar nenhum guia ou tópico relevante por aqui. Preciso realmente fazer isso funcionar sem perder nenhum dado ou configuração…

Problem seems like related to babble Plugin!

maybe try this:

cd /var/discourse
nano containers/app.yml

remove the line

- git clone -b beta https://github.com/gdpelican/babble.git

and then Hit Ctrl + O to save the file, Ctrl + X to exit nano and then Run

git pull
./launcher rebuild app

This will disable the beta version of babble but the rest of the site may be back. then, Try revisiting babble’s repo and install the latest stable version!

To install Babble’s stable version,
add this line to where the old line was removed from:

- git clone https://github.com/gdpelican/babble.git

Bhanu, thank you so much, it worked like a charm!
Have a great day and/or evening :slight_smile: