在ESC上安装opengauss数据库失败

在ESC上安装opengauss数据库失败怎么办

img

ERROR: the directory /opt/software/openGauss/data/single_node must be dir and empty

已经提示了,看看这个/opt/software/openGauss/data/single_node是不是目录,然后此目录下如果有任何文件,都删除即可。
查看是否是目录:ls -al /opt/software/openGauss/data/single_node 输出是drwxr-xr-x 6 polkitd root 4096 Nov 6 22:19 data这样的表示是目录,然后cd到这个目录下删除一切即可。