InfluxDB container crashes

Hello,
I’m using the latest version of InfluxDB in docker. My Raspberry Pi had issues and I powered it off from the mains and now whenever I start the influxdb container, it starts incredibly slowly compared to before and goes through teh startup process then out of nowhere it just crashes

2023-10-08T23:55:11. info found existing boltdb file, skipping setup wrapper {“system”: “docker”, “bolt_path”: “/data/influxd.bolt”}
ts=2023-10-08T23:55:11.416214Z lvl=info msg=“Welcome to InfluxDB” log_id=0klRJ0iG000 version=v2.7.1 commit=407fa622e9 build_date=2023-04-28T13:24:27Z log_level=info
ts=2023-10-08T23:55:11.425215Z lvl=info msg=“Resources opened” log_id=0klRJ0iG000 service=bolt path=/data/influxd.bolt
ts=2023-10-08T23:55:11.427033Z lvl=info msg=“Resources opened” log_id=0klRJ0iG000 service=sqlite path=/data/influxd.sqlite
ts=2023-10-08T23:55:11.458771Z lvl=info msg=“Checking InfluxDB metadata for prior version.” log_id=0klRJ0iG000 bolt_path=/data/influxd.bolt
ts=2023-10-08T23:55:11.459515Z lvl=info msg=“Using data dir” log_id=0klRJ0iG000 service=storage-engine service=store path=/data/engine/data
ts=2023-10-08T23:55:11.459635Z lvl=info msg=“Compaction settings” log_id=0klRJ0iG000 service=storage-engine service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648 throughput_bytes_per_second_burst=50331648
ts=2023-10-08T23:55:11.460131Z lvl=info msg=“Open store (start)” log_id=0klRJ0iG000 service=storage-engine service=store op_name=tsdb_open op_event=start
ts=2023-10-08T23:55:11.529197Z lvl=info msg=“index opened with 8 partitions” log_id=0klRJ0iG000 service=storage-engine index=tsi
ts=2023-10-08T23:55:11.531543Z lvl=info msg=“loading changes (start)” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 op_name=“field indices” op_event=start
ts=2023-10-08T23:55:11.531677Z lvl=info msg=“loading changes (end)” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 op_name=“field indices” op_event=end op_elapsed=0.140ms
ts=2023-10-08T23:55:11.536485Z lvl=info msg=“index opened with 8 partitions” log_id=0klRJ0iG000 service=storage-engine index=tsi
ts=2023-10-08T23:55:11.537683Z lvl=info msg=“Opened file” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 service=filestore path=/data/engine/data/1529f5056b559e7f/autogen/19714/000000001-000000001.tsm id=0 duration=2.490ms
ts=2023-10-08T23:55:11.538984Z lvl=info msg=“index opened with 8 partitions” log_id=0klRJ0iG000 service=storage-engine index=tsi
ts=2023-10-08T23:55:11.539050Z lvl=info msg=“loading changes (start)” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 op_name=“field indices” op_event=start
ts=2023-10-08T23:55:11.539173Z lvl=info msg=“loading changes (end)” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 op_name=“field indices” op_event=end op_elapsed=0.144ms
ts=2023-10-08T23:55:11.540352Z lvl=info msg=“loading changes (start)” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 op_name=“field indices” op_event=start
ts=2023-10-08T23:55:11.540536Z lvl=info msg=“loading changes (end)” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 op_name=“field indices” op_event=end op_elapsed=0.206ms
ts=2023-10-08T23:55:11.541419Z lvl=info msg=“Opened file” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 service=filestore path=/data/engine/data/1529f5056b559e7f/autogen/19731/000036277-000000002.tsm id=0 duration=1.611ms
ts=2023-10-08T23:55:11.541776Z lvl=info msg=“Reading file” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 service=cacheloader path=/data/engine/wal/1529f5056b559e7f/autogen/19731/_00006.wal size=1316270
ts=2023-10-08T23:55:11.543210Z lvl=info msg=“Opened file” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 service=filestore path=/data/engine/data/1529f5056b559e7f/autogen/19737/000034257-000000002.tsm id=0 duration=1.054ms
ts=2023-10-08T23:55:11.543627Z lvl=info msg=“Reading file” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 service=cacheloader path=/data/engine/wal/1529f5056b559e7f/autogen/19737/_00006.wal size=1237431
ts=2023-10-08T23:55:11.648945Z lvl=info msg=“index opened with 8 partitions” log_id=0klRJ0iG000 service=storage-engine index=tsi
ts=2023-10-08T23:55:11.650851Z lvl=info msg=“loading changes (start)” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 op_name=“field indices” op_event=start
ts=2023-10-08T23:55:11.651022Z lvl=info msg=“loading changes (end)” log_id=0klRJ0iG000 service=storage-engine engine=tsm1 op_name=“field indices” op_event=end op_elapsed=0.212ms

The container restarts and goes through the same stuff and then crashes again.

Does this mean that all my data is gone? Is there a way to fix this? I tried both the standard and the Alpine builds to no avail. Please help