How can we help?
Table of Contents
< All Topics
Print

Upgrade or Redeploy Paladin Cloud

We no longer provide support for versions earlier than 2.0.0 of Paladin Cloud. If you are using an older version, please remove it before installing the latest version (3.0.0) of Paladin Cloud.

Follow the instructions below to update the Paladin Cloud version without losing your existing data or changing your endpoints and URL. Redeploy Paladin Cloud using the following steps:

  1. Connect to the EC2 instance where you previously deployed Paladin Cloud.
  2. Navigate to the installer directory using the following command:

   cd CE/installer

  1. Fetch the latest updates from the repository:

git pull

git fetch --tags

git checkout <latest tag#>

Note: Replace `<latest tag#>` with the tag number of the latest version, i.e., 3.0.0.

  1. Execute the following command to redeploy the application:

sudo python3 manager.py redeploy

The redeployment process will take approximately 25 minutes to complete.