Skip to content

Commit

Permalink
fixup! repozo: support incremental recover
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebatyne committed Nov 15, 2024
1 parent 3f975cd commit 3f57c37
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
6.0.1 (unreleased)
==================

- Support incremental recovery in repozo.
It makes it much faster in a day-to-day scenario.
- repozo: Change restoration to be incremental by default, unless ``--full`` is
provided.
Repozo now tries to append the new incremental deltafs on previously restored
filestorage, if the file's sizes and the checksum of the last restored increment
match, otherwise it will fallback to a full recover.
For details see `#403 <https://github.com/zopefoundation/ZODB/pull/403>`_.

- repozo: prevent an incorrect "option ignored" warning when running backup or verify.

Expand Down

0 comments on commit 3f57c37

Please sign in to comment.