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

geth db subcommands ask for ancientdb flag but do not support it #884

Closed
charliedimaggio opened this issue Apr 29, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@charliedimaggio
Copy link

System information

Geth version: 1.1.9
OS & Version: Linux
Commit hash : (if develop)

Expected behaviour

To support environments where the ancientdb has been relocated.

Actual behaviour

geth db inspect --datadir ./mainnet/ --datadir.ancient /separate/location
This command fails as the ancientdb flag is not currently supported.

I believe that this has recently been patched upstream:
ethereum/go-ethereum#23945
ethereum/go-ethereum#23946

@pythonberg1997
Copy link
Contributor

Thank you, we will fix that later

@pythonberg1997 pythonberg1997 self-assigned this Apr 29, 2022
@pythonberg1997 pythonberg1997 added the bug Something isn't working label Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants