Prerequisite:
You must know the MySQL staging database account username and password for the application account intended to access the staging database table.
- From the machine running the SaffronArchitect container, run the following command, replacing <saffron-architect-container-name-or-id> with the actual name or id of the container. Follow the prompts and enter the information requested.
-docker exec -it <saffron-architect-container-name-or-id> bin/setStagingDatabaseCredentials.sh
- Restart the container.
-docker restart <saffron-architect-container-name-or-id>
Example Success Output
INFO com.saffrontech.websdk.cli.DatabaseConnectivityTester [main] Using credentials to test connection to jdbc:mysql://mysqlhost.mycorp.com:3306/IDR INFO com.saffrontech.websdk.cli.DatabaseConnectivityTester [main] Connected successfully! INFO com.saffrontech.websdk.cli.StagingDatabaseCredentialsSetup [main] Credentials set
Next Step
Previous Step
Prime SaffronMemoryBase and the Thought Process Engine (TPE).