VeraEdge - issues updating firmware

Running Version 1.7.1598
Latest Version 1.7.1707

I’ve tried a dozen different things and I’m stumped. No matter what I do, I get a 404 not found error after the page where you can save your backup, then specify keep settings vs factory reset (this is upgrade_step3.sh). I can do an inspect on the page to see that the “start upgrade” button points to a file upgrade_step4.sh, and that’s where I get the 404 error.

I’ve ssh’d into my Vera and gone to the /www/cgi-bin/cmh folder and lo and behold upgrade_step4.sh doesn’t exist! That explains the error, but how does one do an upgrade?

I can see that most of the files in /www/cgi-bin/cmh point to /mios/www/cgi-bin/cmh and that in that folder there is an upgrade_step4.sh file…

EDIT - giving it a shot - created a symlink to the missing upgrade script and seeing what happens! Moved to the next step and has the timer counting up, but only time will tell…

Ok - well file this one away for anyone else having the same issue -

I made the symlink

ln -s /mios/www/cgi-bin/cmh/upgrade_step4.sh /www/cgi-bin/cmh/upgrade_step4.sh

and hit go, and the firmware update was successful. Not sure how my directory got out of sync (have done upgrades before), but there you go…

Cool.

Good Job.

Thanks for posting back.