[InfluxDB] Chart only Show Data from the Date that Openhab is installed

Hi

I’m migrating openhab and InfluxDB from one server to another server. Problem is openHAB chart always return data from the date that it is ignored though db consists of previous historical records (more than 6 months) no matter what time range I choose

  • How did you migrate influxdb data from one server to the new server ?
  • the old server shows the historical records ?

Yes old server shows the previous data … even I go into the restored InfluxDB db and data is still there. Here are the commands I used to backup and restore

Create a backup in the portable format

influxd backup -portable /path/to/backup-destination

Restore from a portable backup

influxd restore -portable /path/to/backup-destination