Data errors when isntalling susem influxdb while container ruinning

Hi folks

We mistakenly installed a system influxdb (suspected version 1.12) with apt while a container version 1.8 was running.

Since this event all our databases and measurements only showed a single record for each time point. This is despite these records having a different tag set (and therefore being a different series).

(I believe that we are able to access all the lost records with influx_inspect export to lineprotocol - thankfully.)

In any event, the system install seems to have interfered with the permissions. With chmod, we now set this back to the standard for official influxdb containers. And in the docker compose yaml explicitly set the default to user: 1000:1000

However the other records for each time point are still nto visible when querying.

Is there a suggestion what we might still do to access all the records? (I mean instead of importing the line protocol backups). Is there some fix on a system level because it seems that the data is clearly there. Perhaps it is a corrupted wal file or something similar.

Thanks!

Best
E