fix(xo-server-backup-report): send report for Mirror Backup (#7049)
This commit is contained in:
parent
bb6e158301
commit
f0f429a473
@ -11,6 +11,8 @@
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [Backup/Mirror] Fix backup report not being sent (PR [#7049](https://github.com/vatesfr/xen-orchestra/pull/7049))
|
||||
|
||||
### Packages to release
|
||||
|
||||
> When modifying a package, add it here with its release type.
|
||||
@ -27,4 +29,6 @@
|
||||
|
||||
<!--packages-start-->
|
||||
|
||||
- xo-server-backup-reports patch
|
||||
|
||||
<!--packages-end-->
|
||||
|
@ -249,7 +249,7 @@ class BackupReportsXoPlugin {
|
||||
}),
|
||||
])
|
||||
|
||||
if (job.type === 'backup') {
|
||||
if (job.type === 'backup' || job.type === 'mirrorBackup') {
|
||||
return this._ngVmHandler(log, job, schedule, force)
|
||||
} else if (job.type === 'metadataBackup') {
|
||||
return this._metadataHandler(log, job, schedule, force)
|
||||
|
Loading…
Reference in New Issue
Block a user