Upgrade
Select an upgrade procedure for your environment.
Upgrade a 14.1.1.0 Domain to 14.1.2.0
Use these steps to upgrade your WebLogic Server for OCI 14.1.1.0 stack to 14.1.2.0.
Note:
When you upgrade your 14.1.1.0 instance to 14.1.2.0, you create a cloned copy of the WLS OCI 14.1.1.0 stack. This process will not affect the original 14.1.1.0 instance, but the new 14.1.2.0 instance will have different IPs.
- Create a new 14.1.2.0 WLS OCI stack. See Create a Stack
Note:
When creating the new 14.1.2.0 stack, use the same configuration as the existing 14.1.1.0 stack, but use a different resource prefix for the new instance. - Clone the existing instance using the WebLogic OCI
cloning steps in Clone a non-JRF Instance. Clone only the data block volume,
using the cloning command:
python3 create_clone.py -s <Original_instance_stack_OCID>Note:
When prompted for the original instance, provide the 14.1.1.0 stack information.
When prompted for the cloning instance, provide the 14.1.2.0 stack information.
This creates a cloned instance that has a 14.1.1.0 domain with 14.1.2.0 binaries.
- Follow the upgrade steps from the WebLogic Server Upgrade Guide: .Upgrading Oracle WebLogic Server to 14.1.2
- Enable
restful-management-servicesin$DOMAIN_HOME/config.xml.<restful-management-services> <name>NO_NAME_0</name> <enabled>true</enabled> </restful-management-services>