Polarity Admin Guide Version 5
Release Notes
  • Guides
    • Installing License
    • Authentication
      • LDAP Troubleshooting
      • SAML
        • Azure ADFS
        • Okta
        • SAML Troublshooting
    • Installing SSL Certificate
      • Configuring Certificate Signing Request (CSR)
    • Configuring a Proxy
    • Upgrade PostgreSQL to v15
    • Enabling SMTP
    • Server Environment Variables
    • File System Layout
    • Configuring a FQDN
    • Upgrade Polarity Server v4 to v5
    • Update Polarity V5
    • Troubleshooting V5
    • Fresh Installation Polarity Server v5
    • Enabling Source Analytics
      • Splunk
        • Sending Source Analytics to Splunk
        • Source Analytics Integration
      • Elasticsearch
        • Sending Source Analytics to Elasticsearch
        • Source Analytics Integration
  • Integrations
    • Installation
    • Install Multiple Copies of an Integration
    • Modifying Integration Name & Acronym
  • REST API
    • Authentication
    • Search Integrations
    • Integration Information
      • Integration Attributes
      • Updating Integrations
      • Updating Integration Permissions
      • Integration Options
Powered by GitBook
On this page
  • Updating Polarity v5
  • Download Update
  • Install Update
  1. Guides

Update Polarity V5

This page covers how to update your Polarity V5 version to the latest version

Updating Polarity v5

With our latest version 5 server, we have made the update process extremely simple.

We now have a update script which will check our repositories to see if there is an updated version of Polarity Server available. If there is, it will download the update and then create an /app/updates directory.

Download Update

Change working directories to the /app directory and then run the update script.

Depending on your version of Polarity Server, you will see one of two update scripts - download_update.sh for earlier versions, and get_update.sh for more recent versions.

cd /app
./download_update.sh || ./get_update.sh

If an update is available, the update script will be downloaded to the /app/updates directory. If there is no update available, you will see a message stating "Polarity is already up to date."

Install Update

After an available update is downloaded, change working directories to the updates directory and run the update script that was downloaded.

cd /app/updates
sudo ./update-<version>-al2-offline-selfextract.sh

The filename of the update script is version dependent

You will be prompted to start the update once the script extracts the new docker containers.

Once the update script is finished you will be on the latest version of Polarity Web and Server!.

PreviousUpgrade Polarity Server v4 to v5NextTroubleshooting V5

Last updated 11 months ago

As always, you can find our release documentation on our

Releases Page