ls
See the documentationYou can see.logs robot robot_linux_amd64.tar.gz
In this case, logs is the log folder, robot is the host executable, and robot_linux_amd64.tar.gz is the original compression package.rm -rf robot*
Removes old bot programs and compresses packages at the same time, keeping logswget https://www.fmz.com/dist/robot_linux_amd64.tar.gz
Download the new host compression packtar -xzvf robot_linux_amd64.tar.gz
Uncompressednohup ./robot -s node.fmz.com/xxxxxx -p yourFMZpassword &
It's the same story in the film.node.fmz.com/xxxxxx
Specificallyhttps://www.fmz.com/m/add-nodeI found it.The advantage of such an upgrade is that the logs are retained and the bot running the old host will not stop running (which has already been loaded into memory). The host of a bot that wants to upgrade simply stops the bot, replaces the host in the parameter interface (the latest host id is the largest) and restarts. If the old hosts no longer run the bots,https://www.fmz.com/m/nodesThe page can be deleted directly
jed mark
ShepherdingThe method is good, I learned it.
Xueqiu BotI learned.