Page 1 of 1

...running for more than 10 seconds

Posted: Friday 26 September 2025 8:18
by Filnet
Hello,

For some time now, I have been consistently receiving this message every time the automatic backup starts:

2025-09-26 08:00:00.565 Status: Starting automatic database backup procedure...
2025-09-26 08:00:02.604 Status: Ending automatic database backup procedure...
2025-09-26 08:00:10.321 Error: EventSystem: Warning!, lua script /home/pi/domoticz/dzVents/runtime/dzVents.lua has been running for more than 10 seconds

Re: ...running for more than 10 seconds

Posted: Friday 26 September 2025 13:18
by gizmocuz
Probably the database backup takes a lot of time.
Maybe your database is very large (check why this is...)
You could also have a script that wants to access the database frequently and it cannot because a backup is being made

I would disable the automatic backup feature at all, and once in a while make a backup from the settings page

Re: ...running for more than 10 seconds

Posted: Saturday 27 September 2025 18:46
by Filnet
Thank you for your help.

I solved my problem: Two of my process used 'osCommand'. I converted them in asynchronous mode.