Deleted Backup Jobs
-
Hi,
I have problems with deleted backup jobs. They are still in config and send email notification with "no such user" error.Then I exported config and found that there is job in it:
Also I have jobs with "no such user" error. But the seems completes successfully.
Like this:
-
-
Does restarting
xo-server
fixed the issue? -
@julien-f no it didn't
-
I tried to update to 5.53. Nothing changed.
How to cleanup config from this old records? -
I found that Jobs in Redis. They have type call:
1
method
vm.rollingBackup2
type
call3
key
rollingBackup4
paramsVector
{"type":"crossProduct","items":[{"type":"set","values":[{"id":"9c752b79-1d43-a2f8-86b7-bf1175f3aaac"}]},{"type":"set","values":[{"tag":"DAC-Ubuntu-x64","retention":2,"remoteId":"511cebe0-3cf7-40b2-9c91-d5b539609dc3"}]}]}5
userId
9cbbe250-391f-44a0-bce2-723ba00c11e76
timeout
60000000 -
Complete solution is delete delete all jobs with type "call" then delete this job ids from job_ids table.
After this delete all schedule's with this job ids. And then delete this schedule ids from schedule_ids table.