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

Use bookmarks created after the latest snapshot #625

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

Commits on Apr 20, 2024

  1. Fix bug when sorting snapshots

    Before this sortsnapshots always tried to sort source snapshots, also
    when it was requested to sort target snapshots. This led to errors
    when the list of target and source snapshots was not identical.
    Fix it by allowing to specify an index when sorting snapshots.
    0xFelix committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f385755 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Use bookmarks created after the latest snapshot

    This commit changes syncoid's behavior so it is always looking for
    a matching snapshot and a matching bookmark. If the bookmark was created
    after the snapshot it is used instead. This allows replication when the
    latest snapshot replicated was deleted on the source, a common snapshot
    was found but rollback on the target is not allowed. The matching bookmark
    is used instead for replication.
    
    This fixes jimsalterjrs#602
    0xFelix committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4ad6201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0266618 View commit details
    Browse the repository at this point in the history