Skip to content

Commit

Permalink
Add note for replacing license (#2549)
Browse files Browse the repository at this point in the history
* Add note for replacing license

* Update deploy-license.md
  • Loading branch information
randomJoe211 authored Feb 7, 2023
1 parent 82fb55e commit 155b577
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs-2.0/4.deployment-and-installation/deploy-license.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,13 @@ License 文件包含生效时间、过期时间等信息。说明如下。
## 续期 NebulaGraph 企业版 License

1. 发送邮件至`[email protected]`申请新的 NebulaGraph 企业版 License。

2. 在所有包含 Meta 服务的机器上,路径为每个 Meta 服务安装目录的`share/resources/`内,使用新的 License 文件`nebula.license`替换旧的 License 文件。

!!! note

建议使用`cp`、`scp`命令替换 License 文件或使用 vi 等工具编辑原文件的内容实现替换。如果使用`mv`命令,替换后需要重启所有 Meta 服务器。

3. 重启 Storage 和 Graph 服务。关于重启操作,参见[启动服务](manage-service.md)。如果用户的 License 的过期时间在到期后的缓冲期内(默认 14 天),则无需重启 Storage 和 Graph 服务。

!!! note
Expand Down

0 comments on commit 155b577

Please sign in to comment.