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
Please update the default folder where block streams are stored.
The default, configured in BlockStreamConfig.blockFileDir should point to "/opt/hgcapp/blockStreams"
BlockStreamConfig.blockFileDir
"/opt/hgcapp/blockStreams"
We probably want to change the application.properties to keep the current behavior in some of the environments.
application.properties
It was also pointed out, that the new folder needs to be mounted in the docker-compose definitions. Currently only these folders are mounted:
/opt/hgcapp/accountBalances /opt/hgcapp/eventsStreams /opt/hgcapp/recordStreams /opt/hgcapp/services-hedera/HapiApp2.0/data/config /opt/hgcapp/services-hedera/HapiApp2.0/data/diskFs /opt/hgcapp/services-hedera/HapiApp2.0/data/keys /opt/hgcapp/services-hedera/HapiApp2.0/data/onboard /opt/hgcapp/services-hedera/HapiApp2.0/data/saved /opt/hgcapp/services-hedera/HapiApp2.0/data/stats /opt/hgcapp/services-hedera/HapiApp2.0/data/upgrade
The text was updated successfully, but these errors were encountered:
mhess-swl
Successfully merging a pull request may close this issue.
Please update the default folder where block streams are stored.
The default, configured in
BlockStreamConfig.blockFileDir
should point to"/opt/hgcapp/blockStreams"
We probably want to change the
application.properties
to keep the current behavior in some of the environments.It was also pointed out, that the new folder needs to be mounted in the docker-compose definitions. Currently only these folders are mounted:
The text was updated successfully, but these errors were encountered: