How To Find the Version of Tamr from a Backup?

Finding the version of Tamr from a backup requires two steps:

Step 1. Find out where the backup is located

Old version: (till v2019.006)

Run the following from the $TAMR_UNIFY_HOME directory:

./zk.sh

get -s TAMR_UNIFY_BACKUP_URI 

New version: (from v2019.007 till current)

Run the following from the $TAMR_UNIFY_HOME/tamr/utils directory

./unify-admin.sh config:get TAMR_UNIFY_BACKUP_URI

Step 2. Find the version of the backup

Navigate to the backup directory you found above. Choose the backup for which you want to find the version, and 'cat' the manifest file:

cat $TAMR_UNIFY_BACKUP_URI/{backup_name}/manifest.json

The version shows up as the "systemVersion".