Upgrade the TimesTen Databases
The procedure to upgrade the TimesTen databases slightly differs depending if the databases are in a replicated or non-replicated scheme.
Upgrade Replicated TimesTen Databases
Before upgrading replicated TimesTen databases, verify that their state is
Normal
.
$ kubectl get ttc -n <namespace>
NAME STATE ACTIVE AGE
timesten-db Normal timesten-db-0 6h
If the state of the TimesTenClassic object differs from
Normal
, see About the High Level State of TimesTenClassic
Objects in Oracle TimesTen In-Memory Database Kubernetes
Operator User's Guide for more information.
Upgrade Non-Replicated TimesTen Databases
Before upgrading non-replicated TimesTen databases, verify that their state is
AllReplicasReady
.
$ kubectl get ttc -n <namespace>
NAME STATE ACTIVE AGE
timesten-db AllReplicasReady N/A 1h
If the state of the TimesTenClassic object differs from
AllReplicasReady
, see About the High Level State of TimesTenClassic
Objects in Oracle TimesTen In-Memory Database Kubernetes
Operator User's Guide for more information.