marianord
(Mariano Rodriguez)
2018 年10 月 25 日 05:24
1
I tried to upgrade my Discourse instance a few days ago, and it didn’t went through the installation as it was waiting for an unicorn to reload, this went on for at least 5-10mins, so I decided to close the upgrade tab.
Right now I’ve updated the instance by rebuilding the app, but, I can’t handle to reset the upgrade flag.
Upgrade versions page
Mozilla console
As you can see, when I try to reset the upgrades I just get an error that doesn’t allow me to.
zogstrip
(Régis Hanol)
2018 年10 月 25 日 08:25
2
SSH into your server and do
cd /var/discourse
./launcher rebuild app
3 个赞
marianord
(Mariano Rodriguez)
2018 年10 月 25 日 12:07
3
I’ve done that twice, that works to update Discourse but doesn’t seem to reset those flags.
marianord
(Mariano Rodriguez)
2018 年10 月 27 日 13:40
4
As stated above, did the
cd /var/discourse
./launcher rebuild app
And it still is “Currently upgrading” without the ability to reset them
Stephen
(Stephen)
2018 年10 月 27 日 14:03
5
Not sure if it’s still the done thing, but if the Reset Upgrade option (click currently upgrading) didn’t work, the solution was to flush redis:
$ ./launcher enter app
$ redis-cli flushall
5 个赞
marianord
(Mariano Rodriguez)
2018 年10 月 27 日 15:21
6
That one did the trick, thank you
system
(system)
关闭
2018 年11 月 26 日 15:21
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.