chore(influxdb3): Specify when data-dir is required, emphasize in license.md that license email and license file are mutually exclusive

pull/6041/head
Jason Stirnaman 2025-05-02 13:10:25 -05:00
parent 43663d0836
commit f0864152a5
3 changed files with 8 additions and 2 deletions

View File

@ -159,7 +159,8 @@ This option supports the following values:
#### data-dir
Defines the location {{< product-name >}} uses to store files locally.
For the `file` object store, defines the location {{< product-name >}} uses to store files locally.
Required when using the `file` [object store](#object-store).
| influxdb3 serve option | Environment variable |
| :--------------------- | :------------------- |

View File

@ -109,6 +109,10 @@ email address. The server auto-generates and stores your license.
Use either the `--license-file` option or set the
`INFLUXDB3_ENTERPRISE_LICENSE_FILE` environment variable.
> [!Note]
> License file and license email are mutually exclusive.
> When starting the server, only use one or the other.
#### Example: Start the {{< product-name >}} server with your license email:
{{< code-tabs-wrapper >}}

View File

@ -170,7 +170,8 @@ This value must be different than the [`--node-id`](#node-id) value.
#### data-dir
Defines the location {{< product-name >}} uses to store files locally.
For the `file` object store, defines the location {{< product-name >}} uses to store files locally.
Required when using the `file` [object store](#object-store).
| influxdb3 serve option | Environment variable |
| :--------------------- | :------------------- |