1. In your current Policy Administration GUI, complete the steps in Backing up policies.
  2. Stop the Policy Administration GUI.
    $ bin/stop-server
  3. Obtain and unzip the new version of the PingDataGovernance Policy Administration GUI in a location outside the existing GUI's installation.
  4. Copy the existing database.

    The new server installation might require changes to the policy database structure. The server setup tool performs these upgrades and generates a new configuration.xml file.

    This example assumes the old installation is in /opt/dg/PingDataGovernance-PAP-previous, and the new installation is in /opt/dg/PingDataGovernance-PAP.

    To upgrade a database from Run this command
    8.1
    $ cp /opt/dg/PingDataGovernance-PAP-previous/Symphonic.mv.db /opt/dg/PingDataGovernance-PAP
    
    8.0
    $ cp /opt/dg/PingDataGovernance-PAP-previous/admin-point-application/db/Symphonic.mv.db /opt/dg/PingDataGovernance-PAP
    
  5. Run setup.
    Note:

    Updating PingDataGovernance Server uses an update tool. PingDataGovernance GUI does not have this tool though. Instead of updating the GUI in-place, you install the new GUI.

    Warning:

    The setup tool uses the default credentials to upgrade the policy database. If the credentials no longer match the default values, the server administrator should pass the correct credentials to the setup tool using the --dbAdminUsername, --dbAdminPassword, --dbAppUsername, and --dbAppPassword command-line options. Otherwise, setup fails when it cannot access the policy database, or it might reset credentials to their default values. For more information, see Manage policy database credentials.

    Follow the instructions in one of the following topics:

  6. Start the new GUI.
    Follow the instructions in Post-setup steps (manual installation).
  7. In the new GUI, complete the steps in Upgrading the Trust Framework and policies.