fluidex/fluidex-backend

restart without cleaning DB

Closed this issue · 3 comments

allow restarting without cleaning DB.

can config “cleaning DB" or "not cleaning DB".

default is "not cleaning DB ".

  1. pg DB
  2. sled DB
  3. need to deal with MQ carefully?

if we haven't deleted eth_node blocks locally, we restart without cleaning DB.

if we have deleted eth_node blocks locally, we restart with cleaning DB.

still working in progress on testing