docs: Add server log status to OpenSearch installation guide

This commit is contained in:
happybell80 2025-09-14 14:07:29 +09:00
parent d5289173c7
commit 3978b19a4c
2 changed files with 16 additions and 1 deletions

View File

@ -106,4 +106,12 @@ FROM main_db3.conversation_logs WHERE user_id IS NOT NULL;
- **team_id 필수**: user 테이블 INSERT 시 NOT NULL
- **UUID 타입**: 모든 ID는 UUID 타입 유지
- **slack_user_id**: workspace_member로 이동 예정
- **실행 시간**: 새벽 시간대 권장 (서비스 영향 최소화)
- **실행 시간**: 새벽 시간대 권장 (서비스 영향 최소화)
---
## 6. 실행 결과 (2025-09-11)
### User 테이블 마이그레이션 완료
- main_db3에서 12명 이관 (총 14명 중 2명 중복 제외)
- UUID 불일치: goeun2dc@gmail.com, info@company-x.partners (기존 main_db UUID 유지)

View File

@ -29,8 +29,15 @@
free -h
# HDD: 916GB 총량, 869GB 가용
df -h /mnt/hdd
# SSD: 228GB 총량, 158GB 가용 (27% 사용)
df -h /
```
### 로그 현황
- `/mnt/hdd/logs/`: 51124-server/, act_runner/, backup/, cleanup/, company-x/, nginx/
- 종료된 컨테이너: skill-slack (10일 전), rb10508_test (6주 전)
- 자동 정리: 매일 4시, 30일 보관
## Docker Compose 설정
```yaml