Skip to content

Commit

Permalink
chore(website): update install description
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyBoy-WYH committed Dec 27, 2023
1 parent 6105951 commit 3667773
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/cn/docs/quickstart/hugegraph-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,16 @@ services:
在 docker 部署模式下,如果想要使用 HugeGraph 鉴权模式,需要在进入容器停止 HugeGraph 后,删除相关图数据并重新启动 HugeGraph。若图已有业务数据,则无法转换鉴权模式,对于该功能的支持将在下个版本中支持。
```bash
# stop the hugeGraph firstly
bin/stop-hugegraph.sh

# delete the store data
rm -rf rocksdb-data/

# init store again
bin/init-store.sh

# start hugeGraph again
bin/start-hugegraph.sh

```
Expand Down Expand Up @@ -178,12 +182,16 @@ HugeGraphServer 启动时会连接后端存储并尝试检查后端存储版本
如果已经初始化 HugeGraph 并需要转换为鉴权模式,则需要删除相关图数据并重新启动 HugeGraph。若图已有业务数据,则无法转换鉴权模式,对于该功能的支持将在下个版本中支持。

```bash
# stop the hugeGraph firstly
bin/stop-hugegraph.sh

# delete the store data
rm -rf rocksdb-data/

# init store again
bin/init-store.sh

# start hugeGraph again
bin/start-hugegraph.sh

```
Expand Down
8 changes: 8 additions & 0 deletions content/en/docs/quickstart/hugegraph-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,16 @@ services:
In docker deployment mode, if you want to use HugeGraph authentication mode, you need to enter the container to stop HugeGraph, then delete the related graph data and restart HugeGraph. if the graph already has business data, you can't switch the authentication mode, the support for this feature will be supported in the next release.
```bash
# stop the hugeGraph firstly
bin/stop-hugegraph.sh

# delete the store data
rm -rf rocksdb-data/

# init store again
bin/init-store.sh

# start hugeGraph again
bin/start-hugegraph.sh

```
Expand Down Expand Up @@ -191,12 +195,16 @@ If you want to use HugeGraph authentication mode, you should follow the [HugeGra

If you have initialized HugeGraph and need to convert to the authentication mode, you need to delete the related graph data and restart HugeGraph. if the graph already has business data, you can't convert to the authentication mode, the support for this feature will be supported in the next release.
```bash
# stop the hugeGraph firstly
bin/stop-hugegraph.sh

# delete the store data
rm -rf rocksdb-data/

# init store again
bin/init-store.sh

# start hugeGraph again
bin/start-hugegraph.sh

```
Expand Down

0 comments on commit 3667773

Please sign in to comment.