[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-31(UTC)"],[],[],null,["# Moving Looker to a new host\n\nThis document details the steps required to move a customer-hosted Looker instance to a new host.\n\nStep 1: Prepare the new system\n------------------------------\n\nComplete just the first part of the Looker [installation](/looker/docs/installing-looker-application) steps on the new host. In other words:\n\n- Verify that the new server complies with the minimum server specifications\n- Enable ntpd or chronyd\n- Create the **looker** user and group\n- Create the **looker** home directory\n- Skip downloading the Looker application and all remaining installation steps\n\nStep 2: Stop Looker on the old host\n-----------------------------------\n\n cd ~/looker\n ./looker stop\n\nStep 3: Copy the Looker directory from the old to new host\n----------------------------------------------------------\n\nFrom the new host, as the **looker** user: \n\n rsync -av OLDHOSTNAME:/home/looker/ /home/looker\n\nStep 4: Start Looker on the new host\n------------------------------------\n\n cd looker\n ./looker start"]]