Data is inexplicably cleared
When I try to use
docker compose down
To stop the node or use
git pull
docker compose pull
docker compose up -d --build --force-recreate
To upgrade the node, all my data will be cleared and the node will start synchronizing from the first block.
Have you done an upgrade like this before? Does this only happen in the recent version, or is this the second time?
Probably related to this one
https://github.com/ethereum-optimism/developers/discussions/566?converting=1#discussioncomment-10500543
Have you done an upgrade like this before? Does this only happen in the recent version, or is this the second time?
Probably related to this one
My situation is different. It is not that there was a problem at startup, but that the data was emptied after it was stopped. For example, the disk was emptied after I run' Docker compose down'