ralf
(Ralf Rottmann)
2015 年3 月 15 日 14:39
1
Hi there,
I love Discourse and the community. Here is a quick question: Say I’ve made some changes to app.yaml, like modifying SMTP settings, is the only and correct way of updating the running config via the ./launcher rebuild app
?
Or is there another way to reload the config without taking the entire site down for a moment?
4 个赞
riking
(Kane York)
2015 年3 月 15 日 20:09
2
If, and Only if the only changes you’ve made are to the env:
section, then you can use ./launcher restart app
instead
8 个赞
sam
(Sam Saffron)
2015 年3 月 15 日 20:18
3
sort of, as long as you don’t need that env for bootstrapping.
1 个赞
ralf
(Ralf Rottmann)
2015 年3 月 15 日 21:27
4
Thanks folks, greatly appreciated.
1 个赞
maumar
(Maurizio Marini)
2017 年8 月 1 日 05:33
5
Sorry t revive this ancient topic, I just changed smtp auth parameters, I issue
/var/discourse # ./launcher restart app
/usr/bin/docker stop -t 10 app
app
starting up existing container
/usr/bin/docker start app
app
but it is still using old parameters, as changes was not taken
is there a cache? or something other I dunno…
thanks in advance for your help
1 个赞
Lutz
(Lutz Biermann)
2017 年8 月 1 日 07:51
6
The better method is to do a rebuild:
cd /var/discourse
./launcher rebuild app
If you also want to update to the newest version, do this intead:
cd /var/discourse
git pull
./launcher rebuild app
5 个赞
maumar
(Maurizio Marini)
2017 年8 月 1 日 19:44
7
Ok, it does work, but I should to rebuild all, something that can take many minutes, only to re-read smtp credentials…ok, that’s it
6 个赞
nukeador
(Nukeador)
2018 年4 月 3 日 22:08
8
maumar:
Ok, it does work, but I should to rebuild all, something that can take many minutes, only to re-read smtp credentials…ok, that’s it
Also wondering about this, specially on a server where the rebuild takes more than 20 minutes.
3 个赞