Zoneminder 1.36.33
Debian 11
Zoneminder decided to puke on me. Poking around I found that the ZM "Stats" table was corrupted such that any administrative functions on it would result in DB timeouts. Nothing I could do would resolve. Sadly, ALL of my backups had managed to be taken with this corrupted table- ALL gnu-zipped database dumps were corrupted (unable to unzip).
All tables checked fine except this one. On a gamble I dropped the Stats table and Zoneminder is now functional. Do I need the Stats table? If so, how can I recreate it?
Thanks!
Corrupted Stats table (dropped - need to recreate?) [SOLVED]
Corrupted Stats table (dropped - need to recreate?) [SOLVED]
Last edited by SkippyDo on Tue Apr 09, 2024 3:31 pm, edited 1 time in total.
-
- Posts: 1322
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: Corrupted Stats table (dropped - need to recreate?)
Pretty sure you can just run zmupdate.pl
It reads the db and adds, renames or deletes tables to match the present version.
It reads the db and adds, renames or deletes tables to match the present version.
Re: Corrupted Stats table (dropped - need to recreate?)
You can likely do without it, but you will want to turn off trying to write to it under Options->Logging->RECORD_EVENT_STATS
You can find the table definitions in /usr/share/zoneminder/db/zm_create.sql
You can find the table definitions in /usr/share/zoneminder/db/zm_create.sql
Re: Corrupted Stats table (dropped - need to recreate?)
Awesome! Many thanks for the replies. (I have disabled the logging as it's really of no use to me and has, obviously, caused problems.)