-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
From a support case, Optimize and Operate/tasklist are to use long rather than interger as backupID in the hot backup API.
AT:
- backup API takes and returns a long rather than an int as backupID
- this change is backwards compatible
Testing notes:
- Confirm backup API now takes long rather than integer backupID (test by using backupID that is outside int range but within long range)
- Confrrm all backup API endpoints work with long
- Confirm this is non breaking change, so older backups taken with int backupID can still be referenced from newer Optimize backup API endpoints:
- create backup with old Optimize (ie pre this ticket)
- switch to a new Optimize (with changes from this ticket)
- confirm backup is returned in get backup info API and can be deleted via delete backup API
- API docs for reference: https://confluence.camunda.com/display/CO/Backup