데이터베이스 아카이빙: 레거시 파일 보관 완료
아카이빙된 파일 (11개): [outputs/kis_data_collection/] └─ kis_data_collection 디렉토리 (모든 파일) [outputs/snapshot_admin/] ├─ smoke.db ├─ smoke2.db ├─ smoke3.db ├─ smoke4.db ├─ smoke5.db ├─ smoke6.db └─ smoke_snapshot_admin.db [Temp/] ├─ test_kis_data_collection.db ├─ snapshot_admin_livecheck.db └─ snapshot_admin_web_validation.db 아카이브 위치: archive_db/2026-06-23_*/ Manifest: archive_db/manifest.json 다음 단계: 1. 기존 파일 삭제 (검증 완료) 2. 코드 참조 경로 업데이트 (src/quant_engine/) 3. CI/CD 배포 스크립트 검증 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"archive_date": "2026-06-23",
|
||||
"created_at": "2026-06-23T00:30:32.227942",
|
||||
"archived_count": 11,
|
||||
"skipped_count": 0,
|
||||
"error_count": 0,
|
||||
"files": [
|
||||
{
|
||||
"source": "outputs\\kis_data_collection",
|
||||
"destination": "archive_db\\2026-06-23_outputs_kis_data_collection\\kis_data_collection",
|
||||
"type": "directory",
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "outputs\\snapshot_admin\\smoke.db",
|
||||
"destination": "archive_db\\2026-06-23_outputs_snapshot_admin\\smoke.db",
|
||||
"type": "file",
|
||||
"size_kb": 4.0,
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "outputs\\snapshot_admin\\smoke2.db",
|
||||
"destination": "archive_db\\2026-06-23_outputs_snapshot_admin\\smoke2.db",
|
||||
"type": "file",
|
||||
"size_kb": 4.0,
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "outputs\\snapshot_admin\\smoke3.db",
|
||||
"destination": "archive_db\\2026-06-23_outputs_snapshot_admin\\smoke3.db",
|
||||
"type": "file",
|
||||
"size_kb": 4.0,
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "outputs\\snapshot_admin\\smoke4.db",
|
||||
"destination": "archive_db\\2026-06-23_outputs_snapshot_admin\\smoke4.db",
|
||||
"type": "file",
|
||||
"size_kb": 4.0,
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "outputs\\snapshot_admin\\smoke5.db",
|
||||
"destination": "archive_db\\2026-06-23_outputs_snapshot_admin\\smoke5.db",
|
||||
"type": "file",
|
||||
"size_kb": 4.0,
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "outputs\\snapshot_admin\\smoke6.db",
|
||||
"destination": "archive_db\\2026-06-23_outputs_snapshot_admin\\smoke6.db",
|
||||
"type": "file",
|
||||
"size_kb": 4.0,
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "outputs\\snapshot_admin\\smoke_snapshot_admin.db",
|
||||
"destination": "archive_db\\2026-06-23_outputs_snapshot_admin\\smoke_snapshot_admin.db",
|
||||
"type": "file",
|
||||
"size_kb": 4.0,
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "Temp\\test_kis_data_collection.db",
|
||||
"destination": "archive_db\\2026-06-23_temp_test_files\\test_kis_data_collection.db",
|
||||
"type": "file",
|
||||
"size_kb": 324.0,
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "Temp\\snapshot_admin_livecheck.db",
|
||||
"destination": "archive_db\\2026-06-23_temp_test_files\\snapshot_admin_livecheck.db",
|
||||
"type": "file",
|
||||
"size_kb": 4.0,
|
||||
"timestamp": "2026-06-23"
|
||||
},
|
||||
{
|
||||
"source": "Temp\\snapshot_admin_web_validation.db",
|
||||
"destination": "archive_db\\2026-06-23_temp_test_files\\snapshot_admin_web_validation.db",
|
||||
"type": "file",
|
||||
"size_kb": 4.0,
|
||||
"timestamp": "2026-06-23"
|
||||
}
|
||||
],
|
||||
"notes": [
|
||||
"These files were archived due to database consolidation.",
|
||||
"Single source of truth is now: src/quant_engine/",
|
||||
"To restore: use archive_db/{date}_*/ directories",
|
||||
"Canonical files: kis_data_collection.db, snapshot_admin.db"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user