메뉴 건너뛰기

도움말

(마젠토2/Magento2) refresh index ssh 명령어

1. ssh 접속 후 
2. cd 마젠토 설치된 폴더 이름
cd public_html - 마젠토2가 root 에 설치된 경우 
cd '특정 폴더 이름' - 마젠토2가 특정 하위 카테고리에 설치된 경우에는 추가로 한번 더 들어간다.
3. 아래의 명령어들 중에서 필요한 것 사용. 

php bin/magento indexer:info - 기본 
php bin/magento indexer:status - 현재 상태 보기 
php bin/magento indexer:reindex 전체 reindex 하기 
php bin/magento indexer:reindex [indexer] - 지정해서

만일 메모리 부족 메세지가 나타나면 아래와 같이 -dmemory_limit=6G  를 넣어준다. 
php -dmemory_limit=6G bin/magento indexer:reindex



List of Articles
번호 제목 글쓴이 날짜sort 조회 수
8 (마젠토/Magento) Fatal error: Declaration of Zend_Pdf_FileParserDataSource_File::__construct() master 2017-09-22 536
7 (마젠토/Magento) 이메일 템플릿 저장 위치 master 2017-09-22 586
6 (마젠토/Magento) Extension - Captcha master 2017-09-13 877
5 (마젠토/Magento) Extension - 주문 삭제하기 master 2017-08-30 717
4 (마젠토/Magento) 로그인, 로그아웃, 회원가입 링크 master 2017-08-05 922
3 (마젠토/Magento) 사용자가 로그인 했는지 확인하는 방법 master 2017-08-05 969
» (마젠토2/Magento2) refresh index ssh 명령어 master 2017-06-22 924
1 (제로보드/XE) 관리자 페이지 회원 목록수 변경 (40 -> 100, 200) master 2017-06-22 1165
©2002 GeneralHomepage.Com.All Rights Reserved