Export data from InfluxDB

Export data: sudo service influxdb start (Or leave this step if service is already running) influxd backup -database grpcdb /opt/data grpcdb is name of DB and back up will be saved under /opt/data directory in this case. Import Data: sudo service influxdb stop (Service should not be running) influxd restore -metadir /var/lib/influxdb/meta /opt/data influxd restore … Read more

InfluxDB storage size on disk

Stats output does not contain that information. The size of the directory structure on disk will give that info. du -sh /var/lib/influxdb/data/<db name> Where /var/lib/influxdb/data is the data directory defined in influxdb.conf.

Can you delete data from influxdb?

It appears that you can do this in influxdb 0.9. For instance, here’s a query that just succeeded for me: DROP SERIES FROM temperature WHERE machine=”zagbar” (Per generous comment by @MuratCorlu, I’m reposting my earlier comment as an answer…)

Usecases: InfluxDB vs. Prometheus [closed]

InfluxDB CEO and developer here. The next version of InfluxDB (0.9.5) will have our new storage engine. With that engine we’ll be able to efficiently store either single event data or regularly sampled series. i.e. Irregular and regular time series. InfluxDB supports int64, float64, bool, and string data types using different compression schemes for each … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)