diff --git a/@xen-orchestra/backups/Backup.js b/@xen-orchestra/backups/Backup.js index 9b5e747e8c5..0cac583942a 100644 --- a/@xen-orchestra/backups/Backup.js +++ b/@xen-orchestra/backups/Backup.js @@ -236,6 +236,7 @@ exports.Backup = class Backup { } const vmIds = extractIdsFromSimplePattern(job.vms) + Task.info('vms', { vms: vmIds }) remoteAdapters = getAdaptersByRemote(remoteAdapters) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index a31b37dbe18..ef8d0128357 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -9,6 +9,7 @@ - [REST API] Expose networks, VBDs, VDIs and VIFs - [Console] Supports host and VM consoles behind HTTP proxies [#6133](https://github.com/vatesfr/xen-orchestra/pull/6133) +- [Backup] Add the ability to restore a backup to ensure the backup is production ready [#6148](https://github.com/vatesfr/xen-orchestra/pull/6148) ### Bug fixes @@ -35,6 +36,7 @@ > > In case of conflict, the highest (lowest in previous list) `$version` wins. +- xo-web minor - @vates/decorate-with major - xen-api major - @xen-orchestra/xapi minor