MENU

SolusVM取消卡住的迁移

May 3, 2023 • Read: 1290 • 笔记阅读设置

1. 进入数据库

  • MYSQL_PWD=`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $3}'` mysql `cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $1}'` -u`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $2}'` -h`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $4}'`

2. 执行以下三个命令,将 “ID” 替换为管理 VPS 时 URL 中显示的 VPS 的 ID(即 https://yoursolusvm.com/admincp/manage.php?id=99999 – 99999 为本例中的 ID)

  • update migrations set status = 2 where vserverid = 99999;
  • update migrations set status2 = 1 where vserverid = 99999;
  • update migrations set status3 = 1 where vserverid = 99999;

3. 打开相关 VPS 的 SolusVM 迁移页面。

4. 选择 “Migration failed. Clean ip the destination node and boot the source virtual server”

Archives QR Code
QR Code for this page
Tipping QR Code
Leave a Comment