feat: support oceanbase-ce (#1180)

* feat: support oceanbase-ce

* chore: update version to 4.2.1

---------

Co-authored-by: 玉楼 <rongfeng.frf@alibaba-inc.com>
This commit is contained in:
Rongfeng Fu
2024-04-02 15:37:36 +08:00
committed by GitHub
co-authored by 玉楼
parent f8f5391733
commit b12b858fe5
7 changed files with 164 additions and 0 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