Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency of data container from ethereum container #61

Open
slundqui opened this issue Jul 29, 2023 · 0 comments
Open

Remove dependency of data container from ethereum container #61

slundqui opened this issue Jul 29, 2023 · 0 comments

Comments

@slundqui
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant