upgrading from 1.22.2 to 1.22.3

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
ttsoares
Posts: 31
Joined: Sat Dec 10, 2005 11:06 pm
Contact:

upgrading from 1.22.2 to 1.22.3

Post by ttsoares »

Slackware 11.0.
Compilation was fine, no warning or errors.
No need of the ffmpeg patch...

Just the database upgrade shows something:

perl zmupdate.pl -version=1.22.2 --user=xxxx --pass=xxxxx
Bareword found in conditional at zmupdate.pl line 149.
Update agent starting at 06/12/07 15:09:20

Initiating database upgrade to version 1.22.3
Please ensure that ZoneMinder is stopped on your system prior to upgrading the database.
Press enter to continue or ctrl-C to stop :

Do you wish to take a backup of your database prior to upgrading?
This may result in a large file if you have a lot of events.
Press 'y' for a backup or 'n' to continue : n

Upgrading database to version 1.22.3

Database successfully upgraded from version 1.22.2.

Loading config from DB
DBI::db=HASH(0x86c38e0)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /usr/lib/perl5/site_perl/5.8.8/ZoneMinder/ConfigAdmin.pm line 1657, <STDIN> line 2.


Saving config to DB

Database upgrade to version 1.22.3 successful.
Update agent exiting at 06/12/07 15:09:38


Is this normal ?
Last edited by ttsoares on Fri Dec 08, 2006 1:48 am, edited 1 time in total.
The fact is a secondary aspect of Reality.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

The first error is because a new value is introduced to the database that don't exist until after you upgrade it -> This is probably Okay

The Second error I'm not sure.

Regards,
Corey
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

The second error should not be there but does not indicate a problem. It just implies that the script did not explicitly indicate that it had finished a particular statement before disconnecting. I have now corrected that anyway.

If zmupdate says it was successfful then it usually means that it was, fortunately :lol:
Phil
Locked