添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
大气的梨子  ·  Set timeout for ...·  1 月前    · 
内向的火柴  ·  WPF - 善用路由事件 - ...·  1 年前    · 
呐喊的洋葱  ·  Cursor:GPT-4 ...·  2 年前    · 

When you download InfluxDB, you get two programs; the database itself, influxd , and the CLI, influx , a well as a license file and a README.

InfluxDB 2.0 stores all of its data in ~/.influxdbv2 ; you can delete this directory to remove your data and configuration and start over.

If you want to completely uninstall the database and remove all of its data, you can delete the four files that came in the download as well as your ~/.influxdbv2 directory.

these commands was helpful for me on ubuntu 20.4:
sudo service influxdb stop
sudo apt remove influxdb
sudo apt remove influxdb-client
sudo apt remove influxdb2
sudo apt autoclean && sudo apt autoremove

sudo rm -rf /var/lib/influxdb/
sudo rm -rf /var/log/influxdb/
sudo rm -rf /etc/influxdb/
sudo rm -rf ~/.influxdbv2/configs

Hello all.

On windows 11 I ran InfluxDB as a service using nssm and once I wanted to refresh influxDB installation I had to remove it doing the following steps:

1 - stop the service
2 - delete INFLUX.EXE* files from C:\Windows\Prefetch
3 - delete .influxdbv2 folder from C:\Windows\ServiceProfiles\NetworkService
4 - delete .influxdbv2 folder from C:\Windows\System32\config\systemprofile
5 - delete any .influxdbv2 folder from my user folders
6 - delete browser history
7 - restart windows

Regsards.

Giuliano.