SystemZ
(Michał Frąckiewicz)
1
Hi, I’m managing few instances of Discourse installed using this method with Docker https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md
I would like to automate upgrading forum version using Ansible, including Discourse plugins.
What commands do I need to execute?
Is this enough?
cd /var/discourse
./launcher rebuild
I’m not Ruby person and I want to ask before I break something 
1 curtida
Yes, just add git pull after the cd and that should work fine.
1 curtida
SystemZ
(Michał Frąckiewicz)
3
Awesome, it works, thanks 
cd /var/discourse
git pull
./launcher rebuild app
4 curtidas
The other thing you eventually need to worry about is Docker upgrades. Though that technically is covered by OS updates.
2 curtidas
Este tópico foi fechado automaticamente após 2960 dias. Novas respostas não são mais permitidas.