Skip to content

Commit

Permalink
chore: remove version
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
Signed-off-by: dennis zhuang <[email protected]>
  • Loading branch information
killme2008 and evenyag authored Aug 6, 2024
1 parent 6d893df commit c07c782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/greptimedb_vs_influxdb_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ enable_experimental_write_cache = true
experimental_write_cache_size = "20G"
```

Startup command assuming the GreptimeDB binary path is `./greptime-linux-amd64-v0.9.1/greptime` and the config file path is `/home/ubuntu/greptime/config-s3.toml`:
Startup command assuming the GreptimeDB binary path is `./greptime` and the config file path is `/home/ubuntu/greptime/config-s3.toml`:
```sh
./greptime-linux-amd64-v0.9.1/greptime standalone start --config /home/ubuntu/greptime/config-s3.toml
./greptime standalone start --config /home/ubuntu/greptime/config-s3.toml
```

#### Data Import
Expand Down

0 comments on commit c07c782

Please sign in to comment.