Because the phrase "vault plugin new" can refer to two different things depending on your role (a developer writing a new plugin, or an operator installing one), I have prepared content covering both scenarios.

Step 6: Register the Plugin

Note:

Ensure your Vault configuration file has the plugin_directory explicitly defined, and the binary is physically moved to that folder before running these commands.

go 1.21

Step 1: Initialize the Module

Step 1: Create the Scaffold

One thought on “Install Pega Customer Decision Hub in Personal Edition 8.5

  • vault plugin new

    can you please share the database.properties file content. my content is as below.

    FILE location : 116869_PCRM8.5\ResourceKit\setup\database.properties

    #PegaMarketing Setup database properties
    #Sun, 27 Dec 2020 10:15:56 +0530

    setup.type=install
    is_nbaa_install=false
    db.type=postgresql
    db.jdbc.url=jdbc\:postgresql\://localhost\:5432/prpc
    db.jdbc.driver=org.postgresql.Driver
    db.jdbc.driver.jar=postgresql-9.4-1201-jdbc4.jar
    db.host=localhost
    db.port=5432
    db.name=prpc
    db.deployment.username=postgres
    db.deployment.password=postgres
    db.pega.rules.schema=pegarules
    db.pega.data.schema=pegadata
    db.dsm.ih.schema=pegadata
    db.mkt.external.schema=customerdata
    db.mkt.external.username=customerdata
    db.mkt.external.password=?

Leave a Reply