Question
Amerprise Financial
US
Last activity: 22 May 2024 11:47 EDT
Pega Data Upgrade - UPDATE APPLICATIONS SCHEMA Config
During the Data only upgrade, if we don't want to run Application schema updates using update.applications.schema=false in the setupDatabase.properties and take it later with prpcUtil, what is the right configuraton & input to pass to run prpcUtils.sh or prpcUtils.bat.
There are two conflicting information.
1. Below documentation says
data.schema.name=<the existing data schema>
import.nonpegarules.only=true
2. prpcUtil properties has a block or input upgradeApplicationsSchema and it says we can apply the changes.
############################### SETTINGS FOR UPGRADE APPLICATIONS SCHEMA ############# ###################################################################################### # DOWNLOAD OR APPLY DDL # Allowed values are 'download' and 'apply'. # If operation is set to 'download' then the DDL is downloaded to upgrade.applications.schema.generated.output # If operation is set to 'apply' then the DDL is applied automatically upgrade.applications.schema.operation=
During the Data only upgrade, if we don't want to run Application schema updates using update.applications.schema=false in the setupDatabase.properties and take it later with prpcUtil, what is the right configuraton & input to pass to run prpcUtils.sh or prpcUtils.bat.
There are two conflicting information.
1. Below documentation says
data.schema.name=<the existing data schema>
import.nonpegarules.only=true
2. prpcUtil properties has a block or input upgradeApplicationsSchema and it says we can apply the changes.
############################### SETTINGS FOR UPGRADE APPLICATIONS SCHEMA ############# ###################################################################################### # DOWNLOAD OR APPLY DDL # Allowed values are 'download' and 'apply'. # If operation is set to 'download' then the DDL is downloaded to upgrade.applications.schema.generated.output # If operation is set to 'apply' then the DDL is applied automatically upgrade.applications.schema.operation=
# PATH TO GENERATED SCHEMA # Full path to the directory where the generated schema is placed # After running upgradeApplicationsSchema the output file outputschema.zip is generated # If upgrade.applications.schema.operation is set to apply, this property is ignored upgrade.applications.schema.generated.output=
What is the right way to do it? if we need to adopt tables changes which are cloned from OOTB tables like pc_work etc.