Goaccess: unrecognized option '--keep-db-files'

Created on 10 Jan 2017  路  4Comments  路  Source: allinurl/goaccess

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]#

All 4 comments

My fault, I got to compile with btree support.

This actually helped me to find the solution, thanks!

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ArunDahiya1 picture ArunDahiya1  路  3Comments

mhipo1364 picture mhipo1364  路  3Comments

SerenaAi picture SerenaAi  路  3Comments

canepa picture canepa  路  3Comments

olimpo88 picture olimpo88  路  3Comments