Skip to content

v0.5.1 - Multipart Failure Recovery

Choose a tag to compare

@NichlasB NichlasB released this 22 Jun 13:31
· 18 commits to master since this release

What's New in v0.5.1

This release hardens large WPvivid split-backup uploads after the first observed live failed multipart upload. It gives administrators a safer retry path for failed files and prevents local cleanup from removing split backup parts before the whole WPvivid-listed set has uploaded.

Highlights

  • Increased Drime API control-request timeout to 180 seconds.
  • Added a Failed Uploads table with per-file retry actions.
  • Changed local deletion so WPvivid split sets are cleaned up only after every listed part uploads successfully.

Changelog

Added

  • Added a failed uploads table with per-file retry actions when failed files still exist locally.

Changed

  • Increased Drime API control-request timeout to 180 seconds to better tolerate slow multipart signing and preflight responses.
  • Local deletion for WPvivid-listed split backup sets now waits until every listed part has uploaded successfully, then cleans up the completed set together.

Upgrade Notes

No breaking changes in this release.