어디살지 매물 데이터 백업 & 제거 리포트

ai-real-estate · DB ai_real_estate_dev (alpha) · 2026-06-29

9,940
백업·삭제 row
15
영향 테이블
1.0 MB
백업 번들
완료
잔여 0건 검증

백업 위치 (S3 · 영구 공개)

⬇ 백업 번들 다운로드 (.tar.gz)

버킷
eodisalji-uploads (ap-northeast-2)
backups/eodisalji-property-backup-20260629-004625.tar.gz
SHA-256
2428ce7a72e3a7603db6fcac417a7c520688ff04d9a9a076228ee4589404240d
접근
public-read (버킷 정책, 만료 없음)

매물 코어 8개 테이블

테이블row비고
properties4,497매물 본체
property_images5,050CASCADE
property_views95CASCADE
property_favorites28
property_listing_requests2
property_reports2
property_wizard_drafts2
property_inquiries0
소계9,676

연관 데이터 (매물 연결 row만)

테이블row연결 경로
chat_messages187chat_rooms → 메시지
chat_rooms30매물 채팅방
reservations19매물 예약
tenant_offers16임차 제안
user_blocks5채팅방 차단
user_reports4채팅방 신고
reviews3채팅방 리뷰
소계264

contracts · support_inquiries · review_reports · chat_room_mutes 는 매물 연결 0건으로 영향 없음.

삭제 전 매물 상태 분포

상태건수
published4,492
completed3
private2

등록 기간 2026-01-07 ~ 2026-06-10 · Redis 매물 캐시 없음(영향 없음).

복원 방법

번들 내 README.md 참조. 요약:

gzcat 01-property-tables.sql.gz | docker exec -i ai-real-estate-postgres-1 \
  psql -U user -d ai_real_estate_dev
# 이후 연관 CSV 를 \copy <table> FROM ... WITH CSV HEADER 로 복원