瀏覽代碼

Merge pull request #2848 from chagai95/patch-1

Add a small tip to maintenance-migrating.md
pull/2850/head
Slavi Pantaleev 2 年之前
committed by GitHub
父節點
當前提交
44ee716f54
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      docs/maintenance-migrating.md

+ 1
- 1
docs/maintenance-migrating.md 查看文件

@@ -5,7 +5,7 @@
# Migrating to new server

1. Prepare by lowering DNS TTL for your domains (`matrix.DOMAIN`, etc.), so that DNS record changes (step 4 below) would happen faster, leading to less downtime
2. Stop all services on the old server and make sure they won't be starting again. Execute this on the old server: `systemctl disable --now matrix*`
2. Stop all services on the old server and make sure they won't be starting again. Execute this on the old server: `systemctl disable --now matrix*` (you might have to cd to /etc/systemd/system/ first)
3. Copy directory `/matrix` from the old server to the new server. Make sure to preserve ownership and permissions (use `cp -p` or `rsync -ar`)!
4. Make sure your DNS records are adjusted to point to the new server's IP address
5. Remove old server from the `inventory/hosts` file and add new server.


Loading…
取消
儲存