Changing the product database
This topic describes how to change the database used by BMC Release Process Management.
To change the current database for the product, complete the following steps:
- Stop the BMC Release Process Management service.
- Go to RLMhome\releases\currentProductVersion\RPM\portal.war\WEB-INF\config.
- Open the database.yml file in a text editor.
- Change parameters the development, test, and production parameters as appropriate for your new database:
If you want to use PostgreSQL as your new database, enter the following parameters:
adapter: jdbcpostgresql
database: <database_name>
host: <database_host_address>
port: <database_port> # the default port is 5432
username: <database_username>
password: <database_password>
encoding: utf8
pool: 12
wait_timeout: 10If you want to use Oracle as your new database, enter the following parameters:
adapter: oracle_enhanced
database: <sid>/</service name> # specify either database SID or service name
host: <database_host_address>
port: <database_port> # the default port is 1521
username: <database_username>
password: <database_password>
encoding: utf8
pool: 12
wait_timeout: 10
cursor_sharing: EXACTIf you want to use Microsoft SQL Server as your new database, enter the following parameters:
adapter: jdbcmssql
database: <database_name>
host: <database_host_address>
port: <database_port> # the default port is 1433
username: <database_username>
password: <database_password>
- Save your changes.
- Start the BMC Release Process Management service.
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*