Page tree

For each App Visibility portal or collector component, you can modify the default superuser password. The password is required when you need to backup, restore, and perform other maintenance tasks on the database.

If the App Visibility portal and the App Visibility collector are installed on the same host, they use the same database, so changing the password affects both components, regardless of which script you use to change the password.

To change the App Visibility database password

  1. At a command line on the App Visibility server, navigate to the following directory:
    • Windows
      installationDirectory\portal\bin\db
      or
      installationDirectory\collector\bin\db

      The default installationDirectory is C:\Program Files\BMC Software\App Visibility

    • Linux
      installationDirectory/portal/bin/db
      or
      installationDirectory/collector/bin/db

      The default installationDirectory is /opt/bmc/App_Visibility

  2. Enter the following command:
    • Windows
      change-db-pgsql-password.bat
    • Linux
      change-db-pgsql-password.sh
  3. At the Enter password prompt, enter the current password.
    The default password is avpsql.
  4. At the New password prompt, enter a new password, using a strong password that comprises the following:
    • A minimum of 10 characters
    • Two of the following nonalphabetic characters that are noncontiguous:
      0 1 2 3 4 5 6 7 8 9 ~ ! @ # $ % ^ & * ( ) _ + - =
  5. At the Confirm password prompt, enter the new password again.

Related topic

Changing security certificates in App Visibility components