As atualizações via interface web estão desabilitadas até que você execute a imagem mais recente.
Para fazer isso, faça login no seu servidor usando SSH e execute:
cd /var/discourse
git pull
./launcher rebuild app
Recebo a tela acima ao tentar fazer uma atualização a partir do painel de controle.
Minha instalação parece estar em var/www/discourse.
Executei um git pull na pasta do Discourse, mas não sei como reconstruir o aplicativo corretamente. Esta é uma instalação via Docker; qualquer orientação seria muito apreciada. Obrigado.
Can you share the exact commands you’re running, and the output you’re seeing (feel free to redact IP addresses/hostnames if you prefer)? /var/www/discourse sounds like you’re inside the docker container, rather that on your server.
You should be doing something like:
ssh user@forum.example.com
cd /var/discourse
git pull
sudo ./launcher rebuild app
You’re somehow connecting inside the container. You should probably connect to port 22 and maybe you’re connecting to port 2222; older installations had an ssh port exposed for the container.
I’m using Vultr and I just log into my account and open the console window. My command line shows root@vultr-app. is their a way to log out of the app?