InfoGrab Docs

다이렉트 전송 마이그레이션 문제 해결

다이렉트 전송 방식의 그룹 가져오기 마이그레이션 실패 시 오류 메시지 확인 및 주요 문제 해결 방법을 설명합니다.

Rails 콘솔 세션 에서 다음 명령을 사용하여 그룹 가져오기 시도에 대한 실패 또는 오류 메시지를 확인할 수 있습니다. # Get relevant import records import = BulkImports : :Entity .where( namespace_id: Group .id).map(& :bulk_import ).last # Alternative lookup by user import = BulkImport .where( user_id: User .find(...)).last # Get list of import entities. Each entity represents either a group or a project entities = import.entities # Get a list of entity failures entities.map(& :failures ).flatten # Alternative failure lookup by status