Skip to content

Commit c4b3989

Browse files
authored
Merge branch 'master' into jts-5957-promote-api-for-writing-to-core-and-enterprise
2 parents 7c076cc + 3ae97b8 commit c4b3989

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -216,23 +216,6 @@ For more information about server options, use the CLI help:
216216
influxdb3 serve --help
217217
```
218218

219-
> [!Important]
220-
> #### Stopping the Docker container
221-
>
222-
> Currently, a bug prevents using `Ctrl-c` to stop an InfluxDB 3 container.
223-
> Use the `docker kill` command to stop the container:
224-
>
225-
> 1. Enter the following command to find the container ID:
226-
> <!--pytest.mark.skip-->
227-
> ```bash
228-
> docker ps -a
229-
> ```
230-
> 2. Enter the command to stop the container:
231-
> <!--pytest.mark.skip-->
232-
> ```bash
233-
> docker kill <CONTAINER_ID>
234-
> ```
235-
236219
### Data model
237220

238221
The database server contains logical databases, which have tables, which have columns. Compared to previous versions of InfluxDB you can think of a database as a `bucket` in v2 or as a `db/retention_policy` in v1. A `table` is equivalent to a `measurement`, which has columns that can be of type `tag` (a string dictionary), `int64`, `float64`, `uint64`, `bool`, or `string` and finally every table has a `time` column that is a nanosecond precision timestamp.

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -221,23 +221,6 @@ For more information about server options, use the CLI help:
221221
influxdb3 serve --help
222222
```
223223

224-
> [!Important]
225-
> #### Stopping the Docker container
226-
>
227-
> Currently, a bug prevents using `Ctrl-c` to stop an InfluxDB 3 container.
228-
> Use the `docker kill` command to stop the container:
229-
>
230-
> 1. Enter the following command to find the container ID:
231-
> <!--pytest.mark.skip-->
232-
> ```bash
233-
> docker ps -a
234-
> ```
235-
> 2. Enter the command to stop the container:
236-
> <!--pytest.mark.skip-->
237-
> ```bash
238-
> docker kill <CONTAINER_ID>
239-
> ```
240-
241224
#### Licensing
242225

243226
When starting {{% product-name %}} for the first time, it prompts you to enter an email address for verification. You will receive an email with a verification link.

0 commit comments

Comments
 (0)