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

Feature request - Send config to repository database #955

Open
Drakokorian opened this issue Jul 29, 2024 · 2 comments
Open

Feature request - Send config to repository database #955

Drakokorian opened this issue Jul 29, 2024 · 2 comments

Comments

@Drakokorian
Copy link

I believe the JSON config is not stored in the database, I went looking to see if it was but I could not find it in the tables. I was wondering if it could be stored in the dbadash database so we can set alerts for missing settings etc. i.e slow threshold is set to 1 second for this server instead of 5 seconds.

if it is there and I missed it apologies.
Kind Regards,
Dan

@DavidWiseman
Copy link
Collaborator

The config is stored on disk rather than the repository database as the service won't always have direct access to the repository database - in some cases it could be writing to a S3 bucket or it could be writing to multiple repository databases.

It could probably send some of the config data back to the repository database though. Some data in the config can be sensitive so that would need to be considered.

@DavidWiseman DavidWiseman changed the title Feature request Feature request - Send config to repository database Jul 29, 2024
@Drakokorian
Copy link
Author

Completely agree

DavidWiseman added a commit to DavidWiseman/dba-dash that referenced this issue Oct 4, 2024
Add option to automatically remove instances that have been soft deleted after a specified period of time since their last collection date.
trimble-oss#955
DavidWiseman added a commit that referenced this issue Oct 5, 2024
Add option to automatically remove instances that have been soft deleted after a specified period of time since their last collection date.
#955
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