Hello!
I was trying to work with SQL tables but it seems I don’t know how to proper define the path for the .db file, it returns an error: SQLITE_ERROR: no such table: my-table
[EDIT]
I founded out that I had to explicitly give access to the docker container:
docker run -d --restart always --name my-wegnology-edge-agent
-e 'CONF_PATH=/etc/wegnology/wegnology-edge-agent-config.toml’
-v /var/lib/edge-agent/data:/data
-v /var/lib/edge-agent/config.toml: /etc/wegnology/wegnology-edge-agent-config.toml
-p 8080:8080
-v /path/to/db/outside/the/container:/path/to/inside/db
wnology/edge-agent:1.19.1-alpine