Docker automatic backup error - SOLVED
Posted: Tuesday 07 January 2025 22:28
Version: 2024.7
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
And the config file has thoses rights
Am I missing something ? I think there is a right problem, but no idea where to search.
Thank's for your help
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