Issue in Data Persistence in AKS #481
Unanswered
shrijit-narkar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed kotaemon as a container in kubernetes. I want to persist the data like files, chats, etc even if the pod is restarted due to any error. I tried to mount /app/ktem_app_data path on a PVC using Azure File as storage class. But the pod keeps on restarting saying database is locked. If I remove this mount path from PVC, then the pod starts and works fine.
How can I persist the data in case of container restart? Can I update data storage path? Or is there any other way I can persist?
Beta Was this translation helpful? Give feedback.
All reactions