Skip to content

Commit

Permalink
Add renew license (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Jul 18, 2022
1 parent 9d99981 commit ca03d0a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs-2.0/4.deployment-and-installation/deploy-license.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[email protected]` 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
Expand All @@ -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"`.
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"`.

0 comments on commit ca03d0a

Please sign in to comment.