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 manifest to only restore preds assigned to each group. #3648

Merged
merged 8 commits into from
Jul 11, 2019

Commits on Jul 9, 2019

  1. Use backwards-compatible formats during backup.

    This change converts the keys and posting lists to a
    backwards-compatible format so that backups work accross versions of
    Dgraph. The restore logic is also changed to convert the data back to
    the internal Dgraph formats.
    martinmr committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    20dcc59 View commit details
    Browse the repository at this point in the history
  2. fix ineffassing warning.

    martinmr committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    5c5c0ea View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. simplify restore logic.

    martinmr committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    13ec89f View commit details
    Browse the repository at this point in the history
  2. Use manifest to only restore preds assigned to each group.

    This PR changes the restore logic so that only the keys corresponding to
    the predicates that were assigned to the group at the time of the last
    backup are restored. This change is intended to properly deal with
    predicate moves.
    martinmr committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    2ce9fad View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Addressed review comments.

    martinmr committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    65393f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be75e5 View commit details
    Browse the repository at this point in the history
  3. Address reviews comments.

    martinmr committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    7a28193 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26bb119 View commit details
    Browse the repository at this point in the history