Page 1 of 1

HELP - Error with Multiservers

Posted: Thu Mar 15, 2018 5:33 pm
by juanmoura
I'm using the multiservers topology.

ZM SERVER on IP 10.10.70.201
ZM DB on IP 10.10.10.202

All running perfectly, but the disk now are with 95%
When the filter purge when full enter in action the archive are deleted correctly, but appear one error in the mysql.

Can't execute 'DELETE FROM Events WHERE Id=?': PROCEDURE zm.update_storage_stats does not exist

Re: HELP - Error with Multiservers

Posted: Thu Mar 15, 2018 8:11 pm
by bbunge
Linux distro and version? Zoneminder version?
Instructions used to install Zoneminder and set up multi server?

Re: HELP - Error with Multiservers

Posted: Fri Mar 16, 2018 5:29 pm
by juanmoura
I found the error.
My mistake when i make the mysqldump i don't backup the procedure.
but i create the procedure and now all work fine for me.