csmu
(Keith John Hutchison - Ceiteach Seán Mac Úistin)
1
Contexto: Estou criando um site de staging para testar a atualização da produção para a versão mais recente.
./launcher rebuild web_only falha com
chown: não é possível dereferenciar '/var/www/discourse/public/plugins/discourse-internet-explorer': Arquivo ou diretório não encontrado
params:
## Qual revisão do Git este container deve usar? (padrão: tests-passed)
#version: tests-passed
#version: 760fbf0c417d09559dc3d4267df24e55e67e604a
version: v2.4.0.beta1
Yeah doing historic installs is not going to be easy, recommend you choose an earlier base image. You can control that with the base_image: .... element.
Hi there! I seem to get this error on latest version (2.5.0.beta3) while bootstrapping (I have a container built and running, but need to rebuild it to remove plugins and fix some configs).
Are there any obvious ways to fix it or will I need to clean-rebuild with a downtime the users of the forum will hate me for?
I meant pulling the repository itself. There are a few recent commits in discourse_docker repo that fixes the issue due to removed plugins. I was working off a month-old repo which didn’t have those fixes. A git fetch/git merge helped.