Oracle OIC ignite Documentation
Breadcrumbs

Upgrade Steps

Overview

You will need to manually upgrade your OIC API Catalog and Portal when updates become available (normally on a quarterly basis).

How to Upgrade

Use your preferred SSH client to open a terminal to the OIC API Catalog and Portal VM. The username is opc. You will require the private key paired with the public key provided when initially deploying the VM from the marketplace.

Determine if there is an updated version of the OIC API Catalog and Portal available:

Bash
sudo yum check-update IgniteSuiteForOIC

This command will list available updates if there are any. If there is an update available install it using:

Bash
sudo yum update IgniteSuiteForOIC

Be aware your OIC API Catalog and Portal will not be available during this process and the process may take a long time. Even after the update appears to be finished there may be some time before the system is available. We recommend allowing at least 30 minutes for the upgrade process however it may be even longer than that.

Conclusion

Your OIC API Catalog and Portal can be manually upgraded when updates are made available using the steps above.