Page 1 of 1

upgrading from 1.22.2 to 1.22.3

Posted: Thu Dec 07, 2006 5:25 pm
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 ?

Posted: Thu Dec 07, 2006 6:09 pm
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

Posted: Mon Dec 11, 2006 12:07 pm
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: