Updating the deploy.properties file

Applies to: On premises

Update the database server hostname and the database credentials in the deploy.properties file.

Procedure

  1. If the installation app is running, log out.
  2. Open a command or shell window and go to the <installation_server_home>/src/deployment/<deployment-name> directory.
  3. Make a backup copy of the deploy.properties file.
  4. Open the deploy.properties file in a text editor.
  5. Go to the database server section.
  6. Update the following parameters with the values for your production database server.
    • host
    • db_port
    • dba_username
    • dba_password
      Note: Do not use quotation marks around the password, even if it contains special characters.
    • op_db_username
    • op_db_password
      Note: Do not use quotation marks around the password, even if it contains special characters.
  7. Save your changes and close the editor.