We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version: 1.1.9 OS & Version: Linux Commit hash : (if develop)
1.1.9
develop
To support environments where the ancientdb has been relocated.
geth db inspect --datadir ./mainnet/ --datadir.ancient /separate/location This command fails as the ancientdb flag is not currently supported.
geth db inspect --datadir ./mainnet/ --datadir.ancient /separate/location
I believe that this has recently been patched upstream: ethereum/go-ethereum#23945 ethereum/go-ethereum#23946
The text was updated successfully, but these errors were encountered:
Thank you, we will fix that later
Sorry, something went wrong.
pythonberg1997
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: