---
title: Major upgrade
description: Read the release notes for information about changes in Web Agent.
component: web-agents
version: 2025.11
page_id: web-agents:upgrade:major-upgrade
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/upgrade/major-upgrade.html
section_ids:
  perform_a_major_upgrade: Perform a major upgrade
  roll_back_from_a_major_upgrade: Roll back from a major upgrade
---

# Major upgrade

## Perform a major upgrade

1. Read the [release notes](https://docs.pingidentity.com/web-agents/release-notes/preface.html) for information about changes in Web Agent.

2. Download the agent binaries from the [Ping Identity Download Center](https://backstage.pingidentity.com/downloads).

3. Plan for server downtime.

   Plan to route client applications to another server until the process is complete and you have validated the result. Make sure the owners of client application are aware of the change, and let them know what to expect.

4. Back up the directories for the agent installation and web server configuration and store them in version control so that you can roll back if something goes wrong:

   * In [local configuration mode](../user-guide/glossary.html#def-local-configuration-mode):

     ```
     $ cp -r /path/to/web_agents/apache24_agent /path/to/backup
     $ cp -r /path/to/apache/httpd/conf /path/to/backup
     ```

   * In [centralized configuration mode](../user-guide/glossary.html#def-central-configuration-mode), back up as described in AM's [Maintenance guide](https://docs.pingidentity.com/pingam/8/maintenance/backup-restore.html).

5. Redirect client traffic away from the protected website.

6. Stop the web server where the agent is installed.

7. Remove the old Web Agent, as described in [Remove Web Agent](../installation-guide/uninstallation.html).

8. Delete the following shared memory files:

   * `/dev/shm/am_cache_0`

   * `/dev/shm/am_log_data_0`

   Depending on your configuration, the files can be named differently.

9. If the HTTP proxy or certificate requires credentials, set installation environment variables for one or both of the following properties:

   * [Private Key Password](../properties-reference/com.forgerock.agents.config.cert.key.password.html)

   * [Proxy Server Password](../properties-reference/com.sun.identity.agents.config.forward.proxy.password.html)

   Learn more in AM\_SSL\_PASSWORD and AM\_PROXY\_PASSWORD in [Installation environment variables](../installation-guide/installer-env-vars.html).

10. Install the new agent.

    In [local configuration mode](../user-guide/glossary.html#def-local-configuration-mode), provide the [agent.conf](../user-guide/about.html#agent_conf) file.

    The installer generates the following files:

    * [agent-key.conf](../user-guide/about.html#agent_key_conf) containing the [Agent Profile Password Encryption Key](../properties-reference/com.sun.identity.agents.config.key.html)

    * [agent-password.conf](../user-guide/about.html#agent_password_conf) containing the [Agent Profile Password](../properties-reference/com.sun.identity.agents.config.password.html)

      When the HTTP proxy or certificate requires credentials, `agent-password.conf` should also contain one or both of [Private Key Password](../properties-reference/com.forgerock.agents.config.cert.key.password.html) and [Proxy Server Password](../properties-reference/com.sun.identity.agents.config.forward.proxy.password.html).

11. Review the agent configuration:

    * In [local configuration mode](../user-guide/glossary.html#def-local-configuration-mode), use the backed-up copy of `agent.conf` file for guidance, the agent's [release notes](https://docs.pingidentity.com/web-agents/release-notes/preface.html), and AM's [release notes](https://docs.pingidentity.com/pingam/release-notes/preface.html) to check for changes. Update the file manually to include properties for your environment.

      |   |                                                                                                                                                                                                       |
      | - | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
      |   | To prevent errors, make sure the `agent.conf` file contains all required properties. For a list of required properties, refer to [Configuration files](../user-guide/about.html#configuration_files). |

    * In [centralized configuration mode](../user-guide/glossary.html#def-central-configuration-mode), review the agent's [release notes](https://docs.pingidentity.com/web-agents/release-notes/preface.html) and AM's [release notes](https://docs.pingidentity.com/pingam/release-notes/preface.html) to check for changes. If necessary, change the agent configuration using the AM admin UI.

12. In the new `agent-password.conf` file, set the value of [Agent Profile Password](../properties-reference/com.sun.identity.agents.config.password.html) to the value of the encrypted password.

13. (NGINX Plus and Unix Apache agents only) Configure shared runtime resources and shared memory. Learn more in [Configure shared runtime resources and memory](../installation-guide/post-installation.html#configuring-shared-memory).

14. Ensure the communication between AM and the web agent is secured with the appropriate keys. Learn more in [Configuring AM to sign authentication information](../installation-guide/pre-installation.html#configuring-agent-communication).

15. Start the web server where the agent is installed.

16. Allow client traffic to flow to the protected website.

17. Validate that the agent is performing as expected in the following ways:

    * Check in `/path/to/web_agents/agent_type/log/system_n.log` that the new version of the agent is running.

    * Go to a protected page on the website and confirm whether you can access it according to your configuration.

    * Check logs files for errors.

    |   |                                                                                                                              |
    | - | ---------------------------------------------------------------------------------------------------------------------------- |
    |   | To troubleshoot your environment, run the [agentadmin command](../installation-guide/agentadmin.html) with the `--V` option. |

## Roll back from a major upgrade

|   |                                                                                                                                                                                   |
| - | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | Before you roll back to an earlier version of Web Agent, consider whether any change to the configuration during or since upgrade could be incompatible with the earlier version. |

To roll back from a major upgrade, run through the procedure in [Major upgrade](#major-upgrade), but use the backed up directories for the agent installation and web server configuration.
