Files
core2026/tools/legacy-db-migration/migration-plan.example.json
T
Hide_D c04a93a76c feat: 과거 장수 전투 결과 보존 이관 추가
preserved batres 파일을 기수 단위로 검증·체크포인트하고 과거 장수 상세에 연결한다. check-plan에는 전체 이전 항목과 정보 설명을 함께 노출한다.
2026-08-18 13:15:33 +00:00

46 lines
1.4 KiB
JSON

{
"version": 1,
"sourceSet": "ref-production-cutover",
"gateway": {
"source": {
"host": "mysql.internal.example",
"port": 3306,
"database": "sammo_root",
"user": "sammo_migration",
"passwordFile": "./secrets/mysql-root-password",
"tls": true
},
"targetUrlEnv": "GATEWAY_DATABASE_URL"
},
"profiles": [
{
"profile": "che",
"source": {
"host": "mysql.internal.example",
"port": 3306,
"database": "sammo_che",
"user": "sammo_migration",
"passwordFile": "./secrets/mysql-che-password",
"tls": true
},
"battleResults": {
"sshHost": "serv",
"directory": "/home/letrhee/web_symlinks/sam_hided_net/sam/che/logs/preserved"
},
"targetUrlEnv": "CHE_GAME_DATABASE_URL"
},
{
"profile": "hwe",
"enabled": false,
"source": {
"host": "mysql.internal.example",
"port": 3306,
"database": "sammo_hwe",
"user": "sammo_migration",
"passwordEnv": "LEGACY_HWE_DATABASE_PASSWORD"
},
"targetUrlEnv": "HWE_GAME_DATABASE_URL"
}
]
}