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

sqlite database growing large #90

Open
justafish opened this issue Dec 16, 2024 · 1 comment
Open

sqlite database growing large #90

justafish opened this issue Dec 16, 2024 · 1 comment

Comments

@justafish
Copy link

The onepassword_connect_data docker volume has an ACTIVITY_EVENTS table in the sqlite database that never gets pruned - in our case it has grown to 14GB in the space of 3 weeks (and has previously filled up a disk where the volume had to be destroyed and re-made).

How should this be handled? I see there's a OP_LOG_LEVEL environment variable but it's not really documented what this does and what values it can be set to

@Marton6
Copy link
Member

Marton6 commented Dec 16, 2024

Thank you for reporting this issue. We will look into reproducing and fixing it.

OP_LOG_LEVEL only configures the amount of messages that get logged to stdout, so changing that would not have any impact on the number of activity events logged by Connect.

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