Updating component database configuration

You can use the bdd-admin script to update the configuration for the Workflow Manager Service database, including its username, password, and JDBC URL.

The following sections describe how to update each of these values. Additional information is available in database.

Updating the database username

To update the username for the Workflow Manager Service database, go to $BDD_HOME/BDD_manager/bin on the Admin Server and run:
./bdd-admin.sh publish-config database wm -u <value>

Where <value> is the new username.

Updating the database password

To update the password for the Workflow Manager Service database, go to $BDD_HOME/BDD_manager/bin on the Admin Server and run:
./bdd-admin.sh publish-config database wm -p [value]

Where [value] is the new password.

If you don't want the new password to be visible, you can omit [value] and enter it when prompted:
./bdd-admin.sh publish-config database wm -p
Enter password: 

Updating the database JDBC URL

To update the JDBC URL for the Workflow Manager Service database, go to $BDD_HOME/BDD_manager/bin on the Admin Server and run:
./bdd-admin.sh publish-config database wm -j <value>

Where <value> is the new JDBC URL.