Skip to main content

Netskope Help

Migrating from Beta 4.x to the Latest Version

To preserve existing data (indicators, plugin configurations) while migrating from aBeta 4.x version of CE to the latest version, follow these steps.

  1. Go to your existing CE directory with the docker-compose.yml file.

    cd netskope/ta_cloud_exchange
  2. Shutdown and remove existing containers.

    ./stop
    

    If the output of the ./stop command is ./stop: No such file or directory, execute the following command:

    docker-compose stop
  3. Checkout the Main repo.

    git checkout main
  4. Pull the latest changes.

    git pull
  5. Execute the setup script (do not use sudo).

    python3 ./setup
  6. Launch Cloud Exchange (do not use sudo).

    ./start