Platform: Docker in bookworm raspian
Plugin/Hardware: Raspberry 4
Description:
Hello
I've recently migrated my domoticz to docker.
Everything is working fine, except automatic backup.
When the daily (or monthly or yearly) folder is empty, the file is created
But when the file already exists (for example backup-hour-16-Domoticz.db) , I get an error in log " Error: Error writing automatic hourly backup file"
My docker compose is standard one with a volume
Code: Select all
./config:/opt/domoticz/userdata
Code: Select all
drwxr-xr-x 6 pi pi 4096 7 janv. 20:16 config
Thank's for your help