Step 2: Setup on OLS

Steps to be executed for OLS

Here, we will be softly stopping the miners on OLS and prepare it to migrate the data to NES. Steps are as below:

  1. ssh into the OLS and execute the below command to stop all running containers.

    docker rm -f $(docker ps -a -q)
  2. Update/replace IP address of OLS with NES into DNS provider. So that same domain. will point to NES IP. Once you have successfully replaced the IP you can verify it using https://dnschecker.org/. Just input your domain and it will show the IP of NES. For shown in below image:

  3. Logout from the OLS using below command.

    exit

Last updated