| Test ID | upgrade_cli |
| Panel |
OpenDS CLI upgrade command : upgrade and revert |
| Items |
- Install OpenDS previous
build in {opends-path}, using setup CLI command - Verify the server is running - In the {opends-path}, run the command upgrade $ ./upgrade -f {path to latest build zip file} - After the upgrade, verify that the server is running and that it's the correct build (for example run start-ds --version) Then revert the upgrade using upgrade CLI command - In the {opends-path}, run the command upgrade $ ./upgrade -r - After the revert upgrade, verify that the server is running and that it's the correct build (for example run start-ds --version) |
| Specific checks | You can also use the interactive
mode Note: Today 29/11/2007 , for revert feature, interactive mode is OK but the non interactive mode FAIL (see issues 2506 and 2508) |