You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FAST_CASTCHUP env variable when set to 1 causes the Algorand docker image to initiate a fast catchup on start. This works fine, and well.
However, once caught up, a persistent file of some sort indicating fast catchup was run should be placed into the /algod/data directory. On restart with a new algod image (ie: going from 3.17.0 to 3.18.0), FAST_CATCHUP should be a no-op because this file is present.
Steps to reproduce
Start image (w/ persistently mounted data volume) with FAST_CATCHUP set. Let it fully sync and run in caught-up state.
Stop instance, update image to newer version and the already caught up node will get reset, performing a full fast catchup again.
The text was updated successfully, but these errors were encountered:
Subject of the issue
The FAST_CASTCHUP env variable when set to 1 causes the Algorand docker image to initiate a fast catchup on start. This works fine, and well.
However, once caught up, a persistent file of some sort indicating fast catchup was run should be placed into the /algod/data directory. On restart with a new algod image (ie: going from 3.17.0 to 3.18.0), FAST_CATCHUP should be a no-op because this file is present.
Steps to reproduce
The text was updated successfully, but these errors were encountered: