Question
AI4Process
GB
Last activity: 6 Apr 2018 19:26 EDT
Pega 7 Data Schema Upgrade for Additional Database Schemas
We are planing to update from Pega 7.1.5 version to Pega 7.3.1 version. I am looking for following information -
We shall go for In-Place Update process for Data schema using following script -
./update.sh --dataOnly true
My Question is - There are few additional database schema, some of the existing Custom classes are mapped to tables reside in these schema. But, there are NO Pega specific tables (e.g. table name with PC_* or PR_*) present in these schema. Do I need to update these schema using update.sh script? My understanding is - we do not need to update these database schema. Please confirm.
Note -
1. Current Configuration -
OS - Red Hat Linux Server v6.5
Application Server - Oracle Weblogic Server 12c
Datbase Server - Oracle 12c R1 Enterprise DB Server ( Proprietary information hidden)
Database - Split Schema.
2. I do not have any update.sh script for reference, so that I can check from the script.
Thanks in advance for suggestion and help.