Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repozo incremental recover #403

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 21, 2024

  1. repozo: factorize code doing the actual recover (write), in preparati…

    …on to the implementation of the incremental recover
    Sebatyne committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6543901 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. repozo: support incremental recover

    Which allows to recover a zodb filestorage by only appending the missing
    chunks from the latest recovered file, instead of always recovering from
    zero.
    
    Based on the work of @vpelletier (incpozo).
    Sebatyne committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f62057c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb51978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    154c47c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d441b83 View commit details
    Browse the repository at this point in the history
  5. fixup! repozo: factorize code doing the actual recover (write), in pr…

    …eparation to the implementation of the incremental recover
    Sebatyne committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    67ab5a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c485afb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    240f6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7291213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27d6296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acadc7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0adb00 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    315c76b View commit details
    Browse the repository at this point in the history