zm 1.19.2 released

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
lazyleopard
Posts: 403
Joined: Tue Mar 02, 2004 6:12 pm
Location: Gloucestershire, UK

zm 1.19.2 released

Post by lazyleopard »

Thanks Phil. It looks like it's got a good set of new features along with the fixes.
Rick Hewett
r.j.hall
Posts: 12
Joined: Mon Apr 19, 2004 4:41 pm

Post 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?
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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,
User avatar
lazyleopard
Posts: 403
Joined: Tue Mar 02, 2004 6:12 pm
Location: Gloucestershire, UK

Post 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. ;)
Rick Hewett
r.j.hall
Posts: 12
Joined: Mon Apr 19, 2004 4:41 pm

Post by r.j.hall »

worked a treat :D now if I can just get rid of these JPEG corruption errors (see my other post)
Locked