Migration #
Backup or recover your data
Backup #
Backup all namespace data to a file. Default: <date>.backup.tdl
.
tdl backup
Or specify the output file:
tdl backup -d /path/to/custom.tdl
Recover #
Recover your data from a tdl backup file. Existing namespace data will be overwritten.
tdl recover -f /path/to/custom.backup.tdl
Migrate #
Migrate your data to another storage
See Storage Flag for storage option details.
Migrate current storage to file storage:
tdl migrate --to type=file,path=/path/to/data.json
Migrate custom source storage to file storage:
tdl migrate --storage type=bolt,path=/path/to/data-directory --to type=file,path=/path/to/data.json