Update to 22306 not working as expected
-
Patrick,
I just ran the update procedure for 22306 on my server. My process is as follows:sudo systemctl stop reactor.service
wget https://reactor.toggledbits.com/download/latest/reactor-latest-22306-3a655f0b.tar.gz
tar -xvf reactor-latest-22306-3a655f0b.tar.gz
cd reactor
npm install --no-save -omit dev
sudo systemctl restart reactor.serviceI'm upgrading from latest-22305-6d904080
After I've restarted and reloaded my web page, I'm still getting the warning that there is a new version and to upgrade. it is still showing latest-22305-6d904080 in the upper right corner of the page.
I've confirmed that I'm not getting cached by loading a incognito window and going to the site. Same issue.
This has worked for me in the past, and it's the process I've followed in your documentation
-
What directory were you in when you ran
tar
? You would need to be in the directory above thereactor
directory for this to work properly. -
T toggledbits locked this topic on