Merge pull request #8004 from dataease/pr@v2_dectl_uninstall_tips

refactor: uninstall.sh 卸载脚本优化提示 #7955
This commit is contained in:
fit2cloudrd 2024-02-05 16:32:58 +08:00 committed by GitHub
commit 317ab8d19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
DE_BASE=/opt
echo "如需备份 DataEase 数据,请执行 dectl backup 进行备份。如您的 dectl 命令不支持 backup 命令,请升级版本。"
read -r -p "即将卸载 DataEase 服务,包括删除运行目录、数据及相关镜像,是否继续? [Y/n] " input
case $input in