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
Currently, the data container (i.e., chain -> postgres container) specifies a dependency on the ethereum container. Unfortunately, this means that the data container cannot be restarted (by bringing down and back up) without brining down the ethereum container. While the data container is able to be started/stopped based on the state of postgres, ethereum loses all state when brought down.
Here, the solution is either remove the dependency, or to allow the ethereum container checkpoint and reboot from state.
The text was updated successfully, but these errors were encountered:
Currently, the
data
container (i.e., chain -> postgres container) specifies a dependency on theethereum
container. Unfortunately, this means that thedata
container cannot be restarted (by bringing down and back up) without brining down theethereum
container. While the data container is able to be started/stopped based on the state of postgres,ethereum
loses all state when brought down.Here, the solution is either remove the dependency, or to allow the
ethereum
container checkpoint and reboot from state.The text was updated successfully, but these errors were encountered: