kotaemon icon indicating copy to clipboard operation
kotaemon copied to clipboard

[REQUEST] Docker Persistence

Open JustinGuese opened this issue 1 year ago • 1 comments

Reference Issues

https://github.com/Cinnamon/kotaemon/issues/297

Summary

I couldn't find any mention of persistence... Surely someone must have thought about that before? I saw in https://github.com/Cinnamon/kotaemon/issues/297, that I can persist documents with /app/ktem_app_data/user_data, but configurations and users are not persisted.

If you tell me the folder which contains user and settings data I could add it into the docs?

Basic Example

User and settings are persisted

Drawbacks

None

Additional information

No response

JustinGuese avatar Jan 08 '25 11:01 JustinGuese

@JustinGuese We are updating the documentation for this part. Please add this parameter to the Docker run command -v ./ktem_app_data:/app/ktem_app_data \

taprosoft avatar Jan 09 '25 02:01 taprosoft

Yes I can confirm that works.

robomotic avatar Jan 12 '25 09:01 robomotic