Possible --persist bug in GoAccess+NPMplus? #2960
Unanswered
UncleNet41
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
I don't see any issues with the flags. Are you sure that To troubleshoot this, I'd recommend running GoAccess directly on the host machine, outside of NPMPlus and the Docker Compose environment. That will help determine whether the issue is with GoAccess itself or something in one of those layers. Let me know if you get the same result when running it directly. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Ok, in the meanwhile situation as follows:
anything else i can try? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello and thanks for the wonderful project!
I'm using GoAccess version 1.10.2 with NPMplus version 2026-06-11-b1, which comes with GoAccess prebundled, in a docker compose enviroment.
It seems like it fails to persist data on disk even when passed with the correct commands.
My NPMplus compose (relevant parts only):
despite the persist and db-path options, every container restart it starts anew.
checking the db-path folder inside the container while running reveals it's empty.
let me know what i can do to help you troubleshoot whether it's a bug in GoAccess or an interaction between GoAccess and NPMplus; not sure what i can actually do, but i'll try :)
Beta Was this translation helpful? Give feedback.
All reactions