From ca03d0a8026b08acc33d61415e618155fb51c1b3 Mon Sep 17 00:00:00 2001 From: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:04:55 +0800 Subject: [PATCH] Add renew license (#1515) --- .../4.deployment-and-installation/deploy-license.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs-2.0/4.deployment-and-installation/deploy-license.md b/docs-2.0/4.deployment-and-installation/deploy-license.md index d7e8de625fc..d653d95e926 100644 --- a/docs-2.0/4.deployment-and-installation/deploy-license.md +++ b/docs-2.0/4.deployment-and-installation/deploy-license.md @@ -82,6 +82,16 @@ The license file contains information such as `issuedDate` and `expirationDate`. For the upload address of the license file for ecosystem tools, refer to the document of [Ecosystem tools overview](../20.appendix/6.eco-tool-version.md). +## Renew a Nebula Graph Enterprise Edition license + +1. Email us at `inqury@vesoft.com` to apply for a new license file `nebula.license`. +2. In `share/resources/` under the installation directory of each Meta service, replace the old license file with the new one. +3. Restart Storage and Graph services. For information about how to restart services, see [Start Nebula Graph](manage-service.md). If your license expires within the buffer period (14 days by default), you do not have to restart Storage and Graph services. + + !!! note + + The Graph and Storage services are automatically stopped when your license expires beyond the buffer period after expiration. To ensure that the service is running properly, please renew your license in time. + ## View the license - View the License file directly @@ -90,4 +100,4 @@ The license file contains information such as `issuedDate` and `expirationDate`. - View the License file with HTTP port - When the Nebula Graph cluster is running normally, you can view the license file with the HTTP port (default port is 19559) of the meta service. For example: `curl -G "http://192.168.10.101:19559/license"`. \ No newline at end of file + When the Nebula Graph cluster is running normally, you can view the license file with the HTTP port (default port is 19559) of the meta service. For example: `curl -G "http://192.168.10.101:19559/license"`.