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

Envoy disk-logger needs to take database path #138

Open
alastairong opened this issue May 18, 2021 · 2 comments
Open

Envoy disk-logger needs to take database path #138

alastairong opened this issue May 18, 2021 · 2 comments

Comments

@alastairong
Copy link
Contributor

This line hardcodes the database path as lmdb4, but this is incorrect in testing, and we occasionally bump it in production to wipe the database.

: '/var/lib/holochain-rsm/databases_lmdb4'

@contesini
Copy link

This issue is solved in development branch

if (process.env.NODE_ENV === 'production' && !process.env.HOLOCHAIN_DATABASE_DIRECTORY) {

@alastairong
Copy link
Contributor Author

Hi! We really appreciate that you've taken the time to go through and improve envoy! Unfortunately we're actually in the process of a rust-refactor and will deprecate this repo in the next month or so.

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

2 participants