Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page will guide you through the process of migrating from a Kiuwan on premises Premises single-container installation carried out with the deprecated installation tool docker-for-kiuwan.

...

Once there are no more active analyses, you should wait for Redis queues to be completely freed before stopping the Kiuwan server. This should take up to 30 minutes maximum.

To stop the running Kiuwan and prevent creating more data before backuping it up, run this commands in the Kiuwan on premise Premises host.

Code Block
languagebash
docker exec -it [kiuwan_on_premise_container_name] /bin/bash
supervisorctl stop wildfly
exit

...

  • $DIR_PERSISTENT_VOLUME/$KIUWAN_HOST/KiuwanCentralWorkingDirectory
  • $DIR_PERSISTENT_VOLUME/$KIUWAN_HOST/repos/kiuwanSourceCodeRepository

Step 4: install a new Kiuwan on

...

Premises using the new installer tool (kiuwan-cluster)

Follow the steps provided in Kiuwan On-Premises Installation Guide to prepare your Kiuwan on premise Premises new installation but do NOT perform the installation step (that may be executing install.sh or other scripts depending on your installation needs).

...

  1. KiuwanCentralWorkingDirectory should be copied to [VOLUMES_DIR]/data-shared/repos/kiuwanCentralRepository 
  2. kiuwanSourceCodeRepository should be copied to [VOLUMES_DIR]/data-shared/repos/kiuwanSourceCodeRepository 

Step 6: start new Kiuwan on

...

Premises infrastructure

Execute these commands to create and start the new Kiuwan on premise Premises infrastructure:

Code Block
languagebash
cd [INSTALL_DIR]/docker
sudo ./create-network.sh
sudo ./install-infrastructure.sh
sudo ./start-infrastructure.sh

...

You should connect to the MySQL server provided or the one you have installed if you chose choose to externalize this service.

...