Created question in FIWARE Q/A platform on 03-09-2021 at 06:09
Please, ANSWER this question AT https://stackoverflow.com/questions/69040303/how-can-i-update-the-context-cached-in-orionld-mongodb
Question:
How can I update the context cached in OrionLD (mongoDB)?
Description:
How can I make OrionLD recognize when I update the content of a context file referenced by OrionLD?
In previous versions of OrionLD, you could get the latest context by restarting OrionLD.
However, with the implementation of the Persist context cache feature, it is no longer possible to overwrite the context information.
(https://github.com/FIWARE/context.Orion-LD/pull/844)
Is there any way to do this?
I restarted OrionLD and mongoDB, but
OrionLD and mongoDB were restarted, but the latest context was not recognized.
Do I need to manually delete the document in mongoDB where the context information is stored?
■My environment
・Orion
:fiware/orion-ld:latest
(post-v0.8.1)
・Mongo
:mongo:3.6
Thank you.