[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-31。"],[],[],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"]]