Hello,
In the logs i can see those kind of errors every day at 1:00am (i've scheduled backup at this time) :
2023-08-25T01:00:03 Error php remove config-1692313200.xml from Google Drive
2023-08-25T01:00:01 Error php backup configuration as config-1692918001.xml
But the files are removed and backup in google drive (i've to check the content).
I've just tried to test the setup and same thing in the logs :
2023-08-25T09:41:12 Error php-cgi remove config-1692399600.xml from Google Drive
2023-08-25T09:41:10 Error php-cgi backup configuration as config-1692949269.xml
But the test is OK and a new backup file is in google drive. I'm keeping 7 backups.
It sems that sometimes it has some trouble to remove file and i've 8 files instead of 7. After a new backup, i've 7 files.
Is it a false error or something might be buggy ?
I'd like to know as well. I have similar errors but since I get backup in google drive and seems to work I've always brushed it off to a false positive. But if it's an actual error I'd rather get it fixed than wait till one day I need to restore a backup and it errors out .
What you're seeing is the log of the event. It's not actually logging an error but the LOG LEVEL is being assigned to "error" severity.
I believe it's only a cosmetic issue.... Very annoying and not clean but benign.