Error: runPeriodicCompaction

When I start Influx 2.4 I get lots of error like below, anyone seen this and can help me to solve it?

github.com/influxdata/influxdb/v2/tsdb/index/tsi1.(*Partition).runPeriodicCompaction(0xc02860e240)
/root/project/tsdb/index/tsi1/partition.go:957 +0x11a

hi ,
when i try to run the ./influxd i got error.like

cd /usr/local/bin/

[root@lcal bin]# ./influxd
INFO[0000]log.go:104 gosnowflake.(*defaultLogger).Infof reset OCSP cache file. /root/.cache/snowflake/ocsp_response_cache.json
INFO[0000]log.go:104 gosnowflake.(*defaultLogger).Infof reading OCSP Response cache file. /root/.cache/snowflake/ocsp_response_cache.json
2023-05-22T18:29:43.664526Z info Welcome to InfluxDB {“log_id”: “0hyBRKS0000”, “version”: “2.0.9”, “commit”: “d1233b7951”, “build_date”: “2021-10-01T21:09:53Z”}
2023-05-22T18:29:43.676972Z info Resources opened {“log_id”: “0hyBRKS0000”, “service”: “bolt”, “path”: “/root/.influxdbv2/influxd.bolt”}
2023-05-22T18:29:43.691327Z error Failed to apply migrations {“log_id”: “0hyBRKS0000”, “error”: “up: reading migrations: migration "add annotations and notebooks resource types to operator token": migration specification not found”}
Error: up: reading migrations: migration “add annotations and notebooks resource types to operator token”: migration specification not found

how to solve this problem