Hi,
I have a problem regarding data deletion in InfluxDB2. I tried the command influx delete ...
but this fails with the following error:
Error: Failed to delete data: unable to delete: cannot delete data. DB contains shards using both inmem and tsi1 indexes. Please convert all shards to use the same index type to delete data.: cannot delete data. DB contains shards using both inmem and tsi1 indexes. Please convert all shards to use the same index type to delete data.
See 'influx delete -h' for help
How can I convert those indices? I found nothing in the docs. And the -h command is not helpful with this problem.
Secondary question: Does this happen due to the fact that I started collection data with InfluxDB1 and migrated this data? Or is this not related to the upgrade process?