feat: 回滚 OceanBase 版本至 v4.2.1

This commit is contained in:
wanghe-fit2cloud
2024-04-03 10:58:54 +08:00
parent 5b418ab6de
commit 92b7e49d10
5 changed files with 28 additions and 36 deletions
@@ -0,0 +1,7 @@
source ./.env
LOG='./uninstall.log'
HOME_PATH=`realpath $PWD/data/ob/`
echo "remove $HOME_PATH" >> $LOG
rm -fr $PWD/data/ob/ 2>&1 >> $LOG || exit 10