User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
User Guides

Backup

Steps to back up a single-node Tamr deployment.

Checklist before proceeding

Generating a Backup

1812

Generate a backup of Tamr and wait for its completion by polling for backup status.

  1. Generate Backup: POST /v1/backups
    Generate a backup of Tamr and capture the relativeId of the backup from the response.

  2. Wait For Backup: GET /v1/backups/{backupId}
    Using the captured relativeId from Step 1, poll the status of the backup until status.state=SUCCEEDED received.