Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-44370

Have openBackupCursor accept inputs for incremental backup requests

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.1, 4.2.4
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • v4.2
    • Execution Team 2019-11-18

      • Have `openBackupCursor` accept as input: `incrementalBackup: <false/true>`.
        • For backwards compatibility, the default value is false.
        • The first full backup meant for incremental must pass true.
        • All incremental backups (obviously) must pass true.
      • Have `openBackupCursor` accept as input `thisBackupName: <string>`.
        • This input exists iff `incrementalBackup: true`.
        • The API should return a validation error if the name is not unique (for the "recent history" if provided names).
      • Have `openBackupCursor` accept as input `srcBackupName: <string>`.
        • This input must not exist when `incrementalBackup: false`.
        • This input may or may not exist when `incrementalBackup: true`.
        • The API should return a validation error if the `srcBackupName` is not in the "recent history" of provided `thisBackupName` s.

            Assignee:
            gregory.wlodarek@mongodb.com Gregory Wlodarek
            Reporter:
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: