Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Upgrade Apstra Flow on the Same VM (In-Place)

SUMMARY This topic provides instructions on how to upgrade your Apstra Flow configuration on the same VM. This process is referred to as an "in-place" upgrade.

Upgrade Apstra Flow

You can run an automated upgrade script (recommended) to easily upgrade your Apstra Flow configuration with minimal downtime. Follow the steps in this procedure to upgrade Apstra Flow from version 4.2.1 to 5.0.0.
Note:

Make sure that you upgrade to the latest Apstra version before running the upgrade file. You can find the current version by navigating to Platform > About in the Apstra GUI. The Apstra version is also shown in the left navigation menu of the GUI under the Juniper Apstra logo. For step-by-step upgrade instructions, see the Juniper Apstra Installation and Upgrade Guide.

To automatically upgrade Apstra Flow:

  1. Download the Apstra Flow Upgrade Installer file (apstra-flow-5.0.0-ubuntu-22.04-7.2.1-upgrade.tar.gz) from the Juniper Support Downloads page located under Applications Tools.
  2. Log in to the Apstra Flow console. The default credentials are: user=apstra and password=apstra.
  3. Verify the flow collector version that is currently installed (in this case, 6.4.2).
  4. Extract the upgrade (tar.gz) file you just downloaded in Step 1. For example:
    apstra@apstra-flow:~$ tar -xvzf apstra-flow-5.0.0-ubuntu-22.04-7.2.1-upgrade.tar.gz
  5. When the files have finished downloading, cd to the /apstra-flow-5.0.0-ubuntu-22.04-7.2.1-upgrade directory.
    Note:

    This folder contains a README.md file that includes steps on how to run a manual installation, if desired.

  6. Run the automated upgrade script. Accept the default settings when prompted during the installation. The upgrade will take around 3 to 5 minutes.
    sudo ./upgrade.sh
  7. When the installation is complete, verify that the flow collector was upgraded to version 7.2.1.
  8. Check that your services are active and running.

    Run the following commands to see the status of the flowcollector, opensearch, and opensearch-dashboard services:

    sudo systemctl status flowcoll.service
    sudo systemctl status opensearch
    sudo systemctl status opensearch-dashboards.service
  9. Finally, reopen the Flow: Overview dashboard from the Apstra GUI. Then, from the Help option "?" icon, verify that OpenSearch was updated to v2.16.0.
Congratulations! You have successfully upgraded your Apstra Flow configuration. You can now start using the new features for Apstra 5.0.0.