Page 1 of 1

Today's build does not update database schema

Posted: Fri Oct 14, 2022 1:52 am
by gyzod
Just updated with today's build. The db schema update v.1.37.25 does not trigger on installation.

No capture from any monitors. Errors like this in the logs :

Code: Select all

10/13/22 21:46:10.650597 zmc_m1[1105].ERR-zm_db.cpp/181 [Can't run query UPDATE LOW_PRIORITY Monitor_Status SET CaptureFPS = 24.81, CaptureBandwidth=22364, AnalysisFPS = 25.06, UpdatedOn=NOW() WHERE MonitorId=1: Unknown column 'UpdatedOn' in 'field list']
The following command fixes the problem :

Code: Select all

mysql -u zmuser -p *** < /usr/share/zoneminder/db/zm_update-1.37.25.sql

Re: Today's build does not update database schema

Posted: Fri Oct 14, 2022 1:00 pm
by iconnor
Fixed. New packages building.

Re: Today's build does not update database schema

Posted: Fri Nov 04, 2022 12:38 pm
by tledford
iconnor wrote: Fri Oct 14, 2022 1:00 pm Fixed. New packages building.
Just successfully upgraded to 1.37.27, thank you!