diff --git a/plans/250911_main_db3_migration_plan.md b/plans/250911_main_db3_migration_plan.md index c60187e..e372782 100644 --- a/plans/250911_main_db3_migration_plan.md +++ b/plans/250911_main_db3_migration_plan.md @@ -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로 이동 예정 -- **실행 시간**: 새벽 시간대 권장 (서비스 영향 최소화) \ No newline at end of file +- **실행 시간**: 새벽 시간대 권장 (서비스 영향 최소화) + +--- + +## 6. 실행 결과 (2025-09-11) + +### User 테이블 마이그레이션 완료 +- main_db3에서 12명 이관 (총 14명 중 2명 중복 제외) +- UUID 불일치: goeun2dc@gmail.com, info@company-x.partners (기존 main_db UUID 유지) \ No newline at end of file diff --git a/troubleshooting/250914_admin_opensearch_installation.md b/troubleshooting/250914_admin_opensearch_installation.md index cf55d99..9212916 100644 --- a/troubleshooting/250914_admin_opensearch_installation.md +++ b/troubleshooting/250914_admin_opensearch_installation.md @@ -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