For Pega Platform 8.3 and earlier: Patching the rules schema in-place from the command line
Version:
To use the command line to configure the setupDatabase.properties
file, the Deployment user must run the appropriate script. For patches 8.3.6, 8.4.4 and later, 8.5.3 and later, use the patch.bat (for Windows) or patch.sh (for Linux) script; for all other patches, use the upgrade.bat (for Windows) or upgrade.sh (for Linux) script.
-
If you have not done so already, edit the
setupDatabase.properties
file.-
Open the
setupDatabase.properties
file in the scripts directory of your distribution image:Directories.distributionDirectory\scripts\setupDatabase.properties
. -
Configure the connection properties. Use the existing schema names for the rules schema and data schema names.
-
Optional: If you have a separate customer data schema, set the target schema name:
pega.target.customerdata.schema=existing-customer-data-schema
-
Save and close the file.
-
Open a command prompt and navigate to the scripts directory.
-
Run either
patch.bat
orpatch.sh
.
Pega Platform writes command-line output to a file in the Pega-image\scripts\logs
directory.