WordPress/Core2018. 12. 8. 18:51

워드프레스 사이트 이전시 체크 리스트 및 이전 순서 (old site에서 new site로 이전시)


1. Core 셋업
   - new site에 old site와 동일한 버전의 워드프레스 셋업


2. File 이전

   (1) old 사이트의 wp-content 폴더 백업

   (2) new 사이트의 wp-content 폴더 삭제 후 old 사이트의 파일 업로드


3. DB 이전

   (1) old 사이트의 db 백업 : phpMyAdmin의 '내보내기'를 통해서 진행. 카페24 호스팅의 경우 db 백업을 통해 진행 가능

   (1) new 사이트의 db 테이블 모두 drop

   (2) new 사이트의 phpMyAdmin을 통해 old site의 db import. 카페24 호스팅의 경우 db 복원을 통해 진행 가능.


4. 도메인 매칭

   - 주소가 변경되었을 경우 Search-replace-db 플러그인을 이용
     * GitHub | interconnectit/Search-Replace-DB : https://github.com/interconnectit/Search-Replace-DB
     * 플러그인 웹사이트 : https://interconnectit.com/products/search-and-replace-for-wordpress-databases/


5. 기타

   - new 사이트에서 워드프레스 core 설치시 table prefix를 old 사이트와 동일하게 입력하지않았다면 wp-config.php 파일을 편집하여 old 사이트 table prefix로 변경하면 된다.



Referances Websites :

 - HwangC | 워드프레스 사이트 이전 – 3가지 유형(Nov 04, 2013) : http://hwangc.com/how-to-move-wordpress-site-3-different-cases/

 - WordPress 가이드 | 워드프레스 사이트 이전(migration)하기(Aug 29, 2016) : https://wpguide.usefulparadigm.com/posts/188

 - WordPress 가이드 | 워드프레스와 백업(backup) : https://wpguide.usefulparadigm.com/posts/66


Related Plugins :

Duplicator - WordPress Migration Plugin by Snap Creek : https://wordpress.org/plugins/duplicator/

워드프레스 사이트 이전을 도와주는 Duplicator 사용법 : http://hwangc.com/wordpress-migration-helper-dupilcator/

WP Migrate DB by Delicious Brains : https://wordpress.org/plugins/wp-migrate-db/

- WordPress 가이드 | WP Migrate DB 플러그인 소개 : https://wpguide.usefulparadigm.com/posts/188


Posted by cpu21