Actually update the copy with the improved version.
parent
8333e21fe9
commit
48d4a7725a
|
@ -66,12 +66,18 @@ Start InfluxDB by running the `influxd` daemon:
|
|||
influxd
|
||||
```
|
||||
{{% warn %}}
|
||||
#### Influxd cannot be opened because the developer cannot be verified.
|
||||
With the latest release of macOS Catalina some binaries cannot be run without first
|
||||
being authorized. To allow these files to run open Spotlight search (⌘ + space) and
|
||||
type "Security". Open the Security & Privacy panel and click "Allow Anyway".
|
||||
Next time you run influxd you will be prompted to click "Open" and Influxd will run.
|
||||
This will be resolved soon.
|
||||
#### Run InfluxDB on macOS Catalina
|
||||
macOS Catalina requires downloaded binaries to be signed by registered Apple developers.
|
||||
Currently, when you first attempt to run `influxd` or `influx`, macOS will prevent it from running.
|
||||
To manually authorize the InfluxDB binaries:
|
||||
|
||||
1. Attempt to run the `influx` or `influxd` commands.
|
||||
2. Open **System Preferences** and click **Security & Privacy**.
|
||||
3. Under the **General** tab, there is a message about `influxd` or `influx` being blocked.
|
||||
Click **Open Anyway**.
|
||||
4. Repeat this process for both binaries.
|
||||
|
||||
We are in the process of updating our build process to ensure released binaries are signed by InfluxData.
|
||||
{{% /warn %}}
|
||||
|
||||
_See the [`influxd` documentation](/v2.0/reference/cli/influxd) for information about
|
||||
|
|
Loading…
Reference in New Issue