Versions Compared

Key

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

...

Step 2: stop old Kiuwan on premises server

First, make sure there are no running analysis before stopping the application server. You can check this in the sysadmin console:

  1. Log in your old Kiuwan on premise with sysadmin user.
  2. Access the Queues option in the upper right dropdown menu.
  3. Click on the "Active analyses" button and check if the table shows any running or pending analysis.

To stop the running Kiuwan and prevent creating more data before backuping it up, run this commands in the Kiuwan on premise host. Make sure there are no running analysis before stopping the application server:

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

...