diff --git a/@xen-orchestra/backups/_runners/_writers/_AbstractIncrementalWriter.mjs b/@xen-orchestra/backups/_runners/_writers/_AbstractIncrementalWriter.mjs index 766860d4cf..8ac50cbdd2 100644 --- a/@xen-orchestra/backups/_runners/_writers/_AbstractIncrementalWriter.mjs +++ b/@xen-orchestra/backups/_runners/_writers/_AbstractIncrementalWriter.mjs @@ -16,8 +16,6 @@ export class AbstractIncrementalWriter extends AbstractWriter { async transfer({ deltaExport, ...other }) { try { return await this._transfer({ deltaExport, ...other }) - } catch (err) { - console.error({ err }) } finally { // ensure all sources are properly closed for (const disk of Object.values(deltaExport.disks)) { diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index b132a5908f..cce9fbd71a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -28,6 +28,7 @@ - [XO6] Fix the VM's VDI tab, which always displays an empty list on initial load (PR [#10156](https://github.com/vatesfr/xen-orchestra/pull/10156)) - [XO6] Fix the VM's VDI tab, which sometimes displays an error (PR [#10156](https://github.com/vatesfr/xen-orchestra/pull/10156)) - [XO6] Reduce the number of HTTP requests when navigating between pages (PR [#10156](https://github.com/vatesfr/xen-orchestra/pull/10156)) +- [Backups] Don't hide errors during transfers (PR [#10183](https://github.com/vatesfr/xen-orchestra/pull/10183)) ### Packages to release