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

unrecognized option '--keep-db-files' #614

Closed
Tassleh0ff opened this issue Jan 10, 2017 · 4 comments
Closed

unrecognized option '--keep-db-files' #614

Tassleh0ff opened this issue Jan 10, 2017 · 4 comments

Comments

@Tassleh0ff
Copy link

Hi, I just installed goaccess 1.1.1 from sources, everything seems good except --keep-db-files option seems not working and returns unrecognized option exception.

[root@drakaris tmp]# which goaccess
/usr/local/bin/goaccess
[root@drakaris tmp]# /usr/local/bin/goaccess --version
GoAccess - 1.1.1.
For more details visit: http://goaccess.io
Copyright (C) 2009-2016 by Gerardo Orellana
[root@drakaris tmp]#
[root@drakaris tmp]# /usr/local/bin/goaccess -f access_log -o output.html --keep-db-files
/usr/local/bin/goaccess: unrecognized option '--keep-db-files'
[root@drakaris tmp]#

@Tassleh0ff
Copy link
Author

My fault, I got to compile with btree support.

@kissgyorgy
Copy link

This actually helped me to find the solution, thanks!

@Jorilx
Copy link

Jorilx commented Sep 18, 2018

May I suggest to change the error message to something like "goaccess compiled without btree support"?

@allinurl
Copy link
Owner

@Jorilx Thanks for the suggestion. Actually btree is going away in the upcoming version. It will have on-disk support by default.

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

4 participants