Specifying the product environment during the database migration
This topic provides the workaround required when you use a custom environment for the BMC Release Process Management application.
When you change the default environment for the BMC Release Process Management application in <RLM_HOME>\server\jboss\standalone\deployments\RPM_KNob.yml and that environment configuration is not specified in <RLM_HOME>\releases\<your current product version>\RPM\config\database.yml, then after running the rake task for the database migration, the following error appears:
database configuration does not specify adapter
To fix this issue, add the necessary configurations for your environment to the to <RLM_HOME>\releases\<your current product version>\RPM\config\database.yml, or use configurations of another environment from <RLM_HOME>\releases\<your current product version>\RPM\config\database.yml by running the following rake task in the command line:
For example, if you want to use the database configurations for the production environment, run the following rake task in the command line:
Related topics