Backup
Steps to back up a single-node Tamr deployment.
Checklist before proceeding
- Backup is configured (Configuring Backup).
- Backup location has sufficient free space.
Generating a Backup

Generate a backup of Tamr and wait for its completion by polling for backup status.
-
Generate Backup: POST /v1/backups
Generate a backup of Tamr and capture therelativeId
of the backup from the response. -
Wait For Backup: GET /v1/backups/{backupId}
Using the capturedrelativeId
from Step 1, poll the status of the backup untilstatus.state=SUCCEEDED
received.
Updated over 5 years ago
What’s Next