In this example, the following assumptions have been made: PostgreSQL is used as the system database. Postgres admin username (postgres.adminUsername ) is set to the default PostgreSQL administrator. It is assumed that you have previously bootstrapped the postgresqlPassword secret key with a value equal to the db_password configured in the terraform.tfvars file. For instructions on how to do this, please refer to the https://infozone.atlassian.net/wiki/spaces/UEPE4D/pages/251560020/Usage+Engine+Private+Edition+Preparations+-+Azure+4.2#Bootstrapping-System-Credentials-%5BinlineExtension%5D section. The system database is automatically created during installation. jdbcPassword and mzownerPassword are randomly generated.
postgresqlPassword / oraclePassword / saphanaPassword is not randomly generated and therefore must be created as secretas described in point 3.
If you are using the database tool uepe-sys-db-tool.jar to create the system database manually, ensure that the credentials mentioned in point 5 and 6 are included in the secret. For more details, refer to the https://infozone.atlassian.net/wiki/spaces/UEPE4D/pages/251560020/Usage+Engine+Private+Edition+Preparations+-+Azure+4.2#Bootstrapping-System-Credentials-%5BinlineExtension%5D section.
|