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.
Go to your existing CE directory with the
docker-compose.yml
file.cd netskope/ta_cloud_exchange
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
Checkout the Main repo.
git checkout main
Pull the latest changes.
git pull
Execute the setup script (do not use sudo).
python3 ./setup
Launch Cloud Exchange (do not use sudo).
./start