Hello,
I upgrade my database from InfluxDB 1.8 to 2.6.
When I execute from influxShell :
- show databases ==> OK, I show all my databases
- show measurements ==> KO : I have no results
- show series ==> OK : I show all my series
So, when I execute my select * from table, I have my raws.
If I start InfluxDB with the 1.8 version, show measurements is OK.
Below the procedure I used to migrate my data :
[ Manually upgrade from InfluxDB 1.x to 2.6 | InfluxDB OSS 2.6 Documentation (influxdata.com)
Does somebody have an idea or meet the same issue ?