fix(device-agent): adapted device-agent to use configurable database data directory path - #355
Merged
Merged
Conversation
Signed-off-by: Pulkit Sharma <pulkit.d.sharma@capgemini.com>
Signed-off-by: Pulkit Sharma <pulkit.d.sharma@capgemini.com>
Signed-off-by: Pulkit Sharma <pulkit.d.sharma@capgemini.com>
spulkit138
requested review from
nitparihar,
sanjujunnuthula,
singhmj-1 and
vireshnavalli
as code owners
July 23, 2026 06:56
Signed-off-by: Pulkit Sharma <pulkit.d.sharma@capgemini.com>
Signed-off-by: Pulkit Sharma <pulkit.d.sharma@capgemini.com>
…/helm from sandbox installation Signed-off-by: Pulkit Sharma <pulkit.d.sharma@capgemini.com>
spulkit138
force-pushed
the
fix/improve-agent-db-path
branch
from
July 23, 2026 10:52
b6dd111 to
f2fccc7
Compare
Signed-off-by: Pulkit Sharma <pulkit.d.sharma@capgemini.com>
vireshnavalli
self-requested a review
July 24, 2026 07:34
vireshnavalli
approved these changes
Jul 24, 2026
sanjujunnuthula
approved these changes
Aug 3, 2026
spulkit138
added a commit
that referenced
this pull request
Aug 5, 2026
… path (#355) Signed-off-by: Pulkit Sharma <pulkit.d.sharma@capgemini.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR resolves #319 by making the device-agent database data directory configurable through the configuration file, removing the dependency on a hardcoded data path.
Changes
Added support for configuring the device-agent database data directory via config:
Update
dataDirto the desired location for your environment.Removed usage of the previously hardcoded database data path.
Removed unnecessary files associated with the old implementation.
Related Issue
Closes #319