Upgrading
Upgrade IBM® Bob Premium Package for Z from IBM watsonx Code Assistant™ for Z.
Upgrading from IBM watsonx Code Assistant for Z
Complete the following procedure to upgrade IBM Bob Premium Package for Z from IBM watsonx Code Assistant for Z.
- Download the latest
bobz.tar.gzarchive file. For example, /Downloads/bobz-<VERSION>.tar.gz. -
Extract the solution by running the tar command in the Terminal. This command has the following input format:
For example, to extract the solution to the /opt folder, enter the following command in the Terminal:tar –xf bobz-<VERSION>.tar.gz –C <EXTRACT_TO_FOLDER>tar –xf ~/Downloads/bobz-<VERSION>.tar.gz –C /optThis command creates the /opt/bobz folder.
- Navigate to the extracted folder. For example:
cd /opt/bobz -
Run the upgrade.sh script:
./upgrade.shThis command will attempt to automatically search the file system for the previous IBM watsonx Code Assistant for Z Z Understand and Refactoring Assistant installation paths, then ask for confirmation of the found paths. Upon confirmation, it will:- detect previous IBM watsonx Code Assistant for Z installation paths
- copy configuration, security, and project files from the old installation
- uninstall the previous Z Understand and Refactoring Assistant containers
- create new IBM Bob Premium Package for Z containers and objects
- start the upgraded solution
Next steps after upgrading
If you need to upgrade the project repository, run:
cd understand
./cli.sh -u <PROJECT_NAME>