Completing the prerequisite tasks
This content applies only to On-premises and Client-managed cloud environments
Pega Customer Decision Hub
Update Guide
- Ensure that there are no open change requests in your application, including requests created through Revision Management and through Pega 1:1 Operations Manager.
- Ensure that any existing responses to adaptive models are updated.
- Run the Pre-Update Check component to assess if your application is ready for an
update. If the check reports any issues, resolve them.For more information, see Pre-Update Check for Pega Customer Decision Hub.
- Ensure that you can stop and start the application server.
- Before starting an update, and before backing up your system, review the database policies and application permissions that are used by your Pega Platform update. Determine whether the application is permitted to update the database automatically or if you must generate the database scripts that your organization will use to manually make schema changes.
- Finalize any in-use database templates.For more information about templates, see Configuring an action flow to write information to an external system.
- If the following agents are enabled, disable them:
- ServiceLevelEvents agent in the Pega-ProCom ruleset
- RevalidateAndSave agent in the Pega-ImportExport ruleset
- Unlock all artifacts rulesets that contain any artifacts which you want to continue using after the update.
- Before you start the update, ensure that you have the following database
information available:
- Database connection information:
- Hostname or IP address
- Database port
- Database name
- JDBC driver JAR file for your database type
- PegaRULES schema name
- If using split schema, PegaDATA schema name
- Ensure that the Pega Marketing or Pega Customer Decision Hub external
schema meets the following requirements:
- This is the schema that contains your customer data repository and other marketing assets.
- This schema must exist in the same database as the PegaDATA and PegaRULES schemas.
- This schema must have the database privileges to create views and to select from tables in the PegaDATA schema.
- Ensure that the Pega Marketing or Pega Customer Decision Hub external user
and password meet the following requirements:
- This user must already exist.
- This is the user that Pega Platform uses to connect to the Pega Marketing or Pega Customer Decision Hub external schema.
- This user must have full privileges to the Pega Marketing or Pega Customer Decision Hub external schema.
- This user must have the database privileges to create views and to select from tables in the PegaDATA schema.
- Ensure that the Pega Deployment user and password meet the following
requirements:
- This user must already exist.
- This user must have permissions to create and modify objects in all Pega schemas.
- If using Oracle, this user must have permission to create materialized views.
- Ensure that the user associated with PegaDATA DB rule meets the following
requirements:
- This user must be set in application server configuration.
- For Tomcat, this would typically be in the context.xml file.
- The user that is mapped to the PegaDATA DB rule must already exist.
- This user must have the following privileges on the PegaDATA schema:
- Select, Create, and Drop on tables, indexes, and views
- Insert, Update, and Delete on tables
- Alter on tables and indexes
- This user must be set in application server configuration.
- Ensure that the user associated with PegaRULES DB rule meets the following
requirements:
- This user must be set in application server configuration.
- For Tomcat, this would typically be in the context.xml file.
- The user that is mapped to the PegaRULES DB rule must already exist.
- This user must have the following privileges on the PegaRULES schema:
- Select, Create, and Drop on tables, indexes, and views
- Insert, Update, and Delete on tables
- Alter on tables and indexes
- This user can be the same as the PegaDATA user, provided the user has permissions to both schemas.
- This user must be set in application server configuration.
- Database connection information:
- For IBM Db2 databases, if you use JDBC URL to connect to your external database, add
the following parameters to the template URL and the
prweb.xml
file where the Pega DB connections are defined:- resultSetHoldability=1;
- resultSetHoldabilityForCatalogQueries=1;
- allowNextOnExhaustedResultSet=1;
jdbc:db2://localhost:50000/MYDB:fullyMaterializeLobData=true; fullyMaterializeInputStreams=true; progressiveStreaming=2; progressiveLocators=2; useJDBC4ColumnNameAndLabelSemantics=false; currentSchema=MKTDATA; resultSetHoldability=1;resultSetHoldabilityForCatalogQueries=1; allowNextOnExhaustedResultSet=1;
- Check in all checked out rules and log off all users.
- Back up existing database and app-server level application data. For more information, see Backing up your system.
- Log in as an operator with an administrator access group:
- If you are updating from Pega Customer Decision Hub 8.1 or later, the access group is your application:CDHAdmins.
- If you are updating from Pega Marketing 8.1-8.4, the access group is your application:MKTAdmins.
- Edit the your application:CDHAdmins or your
application:MKTAdmins access group, or another access group with administrator
privileges which your application uses, and add the
PegaRULES:SecurityAdministrator user role.
- If you are using Pega 1:1 Operations Manager, note that after updating Pega Customer Decision Hub, you must update some settings in Pega 1:1 Operations Manager. This involves creating a new unlocked ruleset. Ensure that your operator account has the necessary access privileges.
- If you are using Paid Media Manager:
- Ensure that your Cassandra database version is 3.11.3 or newer.This is required for the Paid Media landing page to work correctly.
- In the navigation pane of App Studio, click and verify that all sync jobs are complete.
- In the navigation pane of the Pega Customer Decision Hub portal, click .
- In the Channels section, click Edit.
- Disable Paid, and then click Save.
- Ensure that your Cassandra database version is 3.11.3 or newer.
- Click and ensure there are no data flow runs in progress.
- Disable agent schedules by performing the following actions:
- Click .
- Open all Pega Marketing or Pega Customer Decision Hub agent schedules,
including the following:
- PegaMKT-Engine
- PegaMKT-PushNotification
- PegaMKT-Install
- PegaMKT-FieldMarketing (if installed)
- Uncheck Enable this agent and ensure that each individual agent is disabled.
- Click Save.
- Update to the latest version of Pega Platform 8.7, and ensure that you can log in as an administrator. For more information, see the Pega Platform Update Guide for your environment on the Deploy Pega Platform page.
- Remove the pyCampaignOptimization flags and other associated
properties from your prediction strategies.For more information, see Removing deprecated pyCampaignOptimization settings.
Previous topic Pega Customer Decision Hub or Pega Marketing 8.x to Pega Customer Decision Hub 8.7 Update Guide Next topic Removing deprecated pyCampaignOptimization settings