Page 1 of 1

Update from beta 1.26.0 - 1.26.3 problem

Posted: Thu Sep 12, 2013 5:38 pm
by jancolle
Hi

When upgrading the db from 1.26.0 to 1.26.3 using zmupdate.pl, I'm getting this error.:

Can't find upgrade from version '1.26.0' at /usr/local/bin/zmupdate.pl line 1054, <STDIN> line 2.

And in the webinterface, it say.:

Version mismatch, system is version 1.26.3, database is 1.26.0.

Please run zmupdate.pl to update

How do I upgrade the db ?

/Jan

Re: Update from beta 1.26.0 - 1.26.3 problem

Posted: Sat Sep 14, 2013 7:21 pm
by knight-of-ni
Try this:

Change line 1002 of zmupdate.pl
FROM:

Code: Select all

( $cascade || $version lt "1.26.0" )
TO:

Code: Select all

( $cascade || $version le "1.26.0" )
zmupdate.pl will either be in /usr/bin or /usr/local/bin