Error de actualización, sitio web no disponible, ¿posiblemente relacionado con un plugin?

Estimados todos,

Tengo un problema… en primer lugar, no soy un experto, así que, por favor, tengan paciencia conmigo.

Intenté actualizar Discourse desde la interfaz de usuario (UI), y luego, cuando fui a actualizar los complementos, obtuve esto:

<html><head></head><body>
<h2>Estás ejecutando una versión antigua de la imagen de Discourse.</h2>
<p>
Las actualizaciones a través de la interfaz web están deshabilitadas hasta que ejecutes la imagen más reciente.
</p>
<p>
Para hacerlo, inicia sesión en tu servidor usando SSH y ejecuta:
</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'>Más información en nuestro sitio de soporte</a>
</p>
</body>
</html>

En ese momento, el sitio web aún funcionaba correctamente.

Luego, accedí a una terminal remota y seguí esta guía: Manually update Discourse and Docker image to latest

Lo que ocurrió fue el siguiente error.

Ahora el sitio web ya no funciona; simplemente no es accesible.

¿Alguna idea sobre qué debería hacer? Estoy un poco perdido y no logro encontrar ninguna guía o hilo relevante aquí. Realmente necesito que esto funcione sin perder ningún dato ni configuración…

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
9 Me gusta

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

1 me gusta