marianord
(Mariano Rodriguez)
October 25, 2018, 5:24am
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)
October 25, 2018, 8:25am
2
SSH into your server and do
cd /var/discourse
./launcher rebuild app
3 Likes
marianord
(Mariano Rodriguez)
October 25, 2018, 12:07pm
3
I’ve done that twice, that works to update Discourse but doesn’t seem to reset those flags.
marianord
(Mariano Rodriguez)
October 27, 2018, 1:40pm
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)
October 27, 2018, 2:03pm
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 Likes
marianord
(Mariano Rodriguez)
October 27, 2018, 3:21pm
6
That one did the trick, thank you
system
(system)
Closed
November 26, 2018, 3:21pm
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.