directory /home/admin/oceanbase exists and is not empty, please clear the dir and retry this task
[2026-08-12T21:38:28.2370800] ERROR - directory /home/admin/oceanbase exists and is not empty, please clear the dir and retry this task [2026-08-12T21:38:28.2440800] ERROR - Task failed with exception 可能是原来的旧数据清除下 # 停止OceanBase相关进程如有 pkill -f observer pkill -f obproxy # 清空目录 rm -rf /home/admin/oceanbase/* [rootlocalhost /]# [rootlocalhost /]# ll /home/admin/oceanbase total 20 drwxr-xr-x 2 admin 1001 8192 Jul 31 08:55 admin drwxr-sr-x 2 admin 1001 173 Jul 31 08:55 bin drwxr-sr-x 2 admin 1001 4096 Jul 31 08:55 etc -rw-r--r-- 1 admin 1001 80 Dec 12 2025 software_package [rootlocalhost /]# [rootlocalhost /]# [rootlocalhost /]# pkill -f observer [rootlocalhost /]# pkill -f obproxy [rootlocalhost /]# rm -rf /home/admin/oceanbase/* [rootlocalhost /]# [rootlocalhost /]# ll /home/admin/oceanbase total 0 [rootlocalhost /]# [rootlocalhost /]#

相关新闻