simple-optimism-node icon indicating copy to clipboard operation
simple-optimism-node copied to clipboard

Data is inexplicably cleared

Open EronTo opened this issue 1 year ago • 2 comments

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.

EronTo avatar Sep 05 '24 07:09 EronTo

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

Chomtana avatar Sep 05 '24 08:09 Chomtana

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

ethereum-optimism/developers#566

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'

EronTo avatar Sep 06 '24 03:09 EronTo