Page 1 of 1

zm 1.19.2 released

Posted: Thu Apr 22, 2004 11:44 am
by lazyleopard
Thanks Phil. It looks like it's got a good set of new features along with the fixes.

Posted: Thu Apr 22, 2004 11:59 am
by r.j.hall
Great that there is a new release, but I only installed zoneminder yesterday and now I have to upgrade already. :lol:

Why does that always happen?

Posted: Thu Apr 22, 2004 1:09 pm
by zoneminder
It should be pretty easy to upgrade 1.19.1 to 1.19.2 though there are database changes. The full details are in the README but in essence (from memory) do

<stop ZM from either web or command line>
tar xvfz zm-1.19.2.tar.gz
cd zm-1.19.2
./configure <etc etc etc>
cp ../zm-1.19.1/zmconfig.txt . # Assuming that ../zm-1.19.1 is where you built the previous version and that you want to keep your previous configuration.
perl zmconfig.pl -noi # This will assign default values to any new config, and delete any no longer used
mysql zm < db/zmalter-1.19.1.sql # Apply database diffs from 1.19.1, you may need to give a username and password here.
make
make install
<start ZM from either web or command line>

I think that should do it!

Phil,

Posted: Thu Apr 22, 2004 2:53 pm
by lazyleopard
zoneminder wrote:It should be pretty easy to upgrade 1.19.1 to 1.19.2
...assuming you don't have too many little custom patches... ;)

Thanks for the recipe. ;)

Posted: Thu Apr 22, 2004 3:20 pm
by r.j.hall
worked a treat :D now if I can just get rid of these JPEG corruption errors (see my other post)