新机器 2核4G,新机器内存如下
安装宝塔Linux面板7.9.0
官网:https://www.bt.cn/new/download.html
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
.
.
.
==================================================================
Congratulations! Installed successfully!
==================================================================
外网面板地址: http://xxx.xxx.xxx.xxx:8888/ac0fe819
内网面板地址: http://xxx.xxx.xxx.xxx:8888/ac0fe819
username: xxxxxx
password: xxxxxx
If you cannot access the panel,
release the following panel port [8888] in the security group
若无法访问面板,请检查防火墙/安全组是否有放行面板[8888]端口
==================================================================
Time consumed: 1 Minute!
再看看内存还剩多少
直接使用宝塔安装几个软件
网站及数据库迁移
待迁移服务器 - 旧服务器
被迁移服务器 - 新服务器
新服务器上开通API接口
记录下密钥,IP白名单就是旧服务器的IP
旧服务器上操作迁移
先安装一键迁移(右边点击安装)
将新服务器的地址 http://xxx.xxx.xxx.xxx:8888,密钥 xxx 配置进去
安装JDK
yum install java-1.8.0-openjdk
java -version