You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
java.lang.reflect.InvocationTargetException
# 移除docker旧版本
docker version
yum -y remove docker*
# 安装依赖
yum install -y yum-utils device-mapper-persistent-data lvm2
# 安装源
yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
# 查看最新版本
yum list docker-ce --showduplicates | sort -r
docker-ce.x86_64 3:26.1.4-1.el7 docker-ce-stable
# 安装最新版本
yum install docker-ce-26.1.4-1.el7 -y
默认安装的是最高版本 25.0.3-1.el7
yum -y install docker-ce-25.0.3-1.el7
注:版本号是 25.0.3-1.el7, 而非 3:25.0.3-1.el7
# 在线安装dataease v2
curl -sSL https://dataease.oss-cn-hangzhou.aliyuncs.com/quick_start_v2.sh | sh
cd /opt/dataease2.0/conf
vi application.yml
```
server:
tomcat:
connection-timeout: 70000
servlet:
context-path: /dataease
```
cd ..
vi .env
最后一行增加:
DE_CONTEXT_PATH=/dataease
# 重新启动
dectl restart
默认用户名 admin
密码 DataEase@123456
# 访问报异常, RSA ERROR,怀疑是因为https证书导致, 通过实验验证一下
http://www.wmarkj.com:28100/dataease
可以正常进行, 说明我的迁移工作是没有问题的, 问题出在www.edusoa.com 的https证书上
# 在备份机上执行
dectl backup
# 将生成的文件拷贝到目标机上
# 在目标机上执行
dectl restore