From f810652fa2c74799a33996270f7d1eabe81d243c Mon Sep 17 00:00:00 2001 From: Claude-51124 Date: Tue, 2 Sep 2025 17:38:19 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20ChromaDB=20=EB=A9=94=EB=AA=A8=EB=A6=AC?= =?UTF-8?q?=20=EC=86=90=EC=8B=A4=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= =?UTF-8?q?=20=EC=83=81=ED=83=9C=20=EB=AA=85=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 250811 문서에 [해결됨] 태그 추가 - 현재 상태 정상 작동 중임을 명시 - 혼란 방지를 위한 문서 업데이트 --- .../250811_happybell80_ChromaDB메모리손실.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/troubleshooting/250811_happybell80_ChromaDB메모리손실.md b/troubleshooting/250811_happybell80_ChromaDB메모리손실.md index 8e4a689..5c4295e 100644 --- a/troubleshooting/250811_happybell80_ChromaDB메모리손실.md +++ b/troubleshooting/250811_happybell80_ChromaDB메모리손실.md @@ -1,8 +1,8 @@ -# ChromaDB 메모리 손실 및 헬스체크 통일 +# ChromaDB 메모리 손실 및 헬스체크 통일 [해결됨] ## 오후 10:30 -### 문제 1: ChromaDB 컨테이너 재시작 시 메모리 손실 +### 문제 1: ChromaDB 컨테이너 재시작 시 메모리 손실 [해결됨] **증상**: - 컨테이너 재시작 후 모든 대화 기록 손실 @@ -25,12 +25,14 @@ mkdir -p chroma_db_micro logs # 다른 디렉토리명! - **Gitea Actions 미동기화**: 배포 스크립트는 여전히 `chroma_db_micro` 생성 - 결과: 볼륨 마운트 실패 → 컨테이너 내부 임시 저장 → 재시작 시 손실 -**해결**: +**해결 (2025-08-11 완료)**: ```yaml # .gitea/workflows/deploy.yml 수정 mkdir -p chroma_db logs # 디렉토리명 통일 ``` +**현재 상태**: ✅ 정상 작동 중 - ChromaDB 데이터 영구 저장 확인됨 + ### 문제 2: 헬스체크 엔드포인트 불일치 **증상**: