Back and Restore InfluxDB
文章目录
when I backup Influxdb on my Ubuntu 16.04 LTS on Lab, it uses v0.10.0,
|
|
I try to restore the backup file into my personal System76 laptop which has InfluxDB v1.2.2. It failed with error in /etc/influxdb/influxdb.conf
|
|
So, I delete the /etc/influxdb/influxdb.conf and then try to install InfluxDB by the command,
|
|
Try to start the InfluxDB service by $influxd It says “/etc/influxdb/influxdb.conf” not found.
So, I have to download the official version config.sample.toml and copy it to /etc/influxdb/ folder, then rename it to influxdb.conf
Finally, it works.
|
|
文章作者 Hustbill
上次更新 2017-04-09