Test ID | upgrade_cli |
Panel |
OpenDS
CLI upgrade command : upgrade and revert |
Items |
- Install OpenDS previous
build in {opends-path}, using setup CLI command
(http://www.opends.org/promoted-builds/) - 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 number (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: as of January 2008 , for revert feature, interactive mode is OK and the non interactive mode as well (issues 2506 and 2508 FIXED) |