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.

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