Update content/en/admin/migrating.md

Co-authored-by: Michael Stanclift <mx@vmstan.com>
This commit is contained in:
KuJoe 2024-01-14 20:56:18 -05:00 committed by GitHub
parent 65c5ccf5e0
commit a7e220be24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Youll want to re-run this if any of the files on the old server change.
You should also copy over the `.env.production` file, which contains secrets.
Now copy your redis database over (adjust the location of your redis database as needed). On your old machine, as the `root` user, run:
Now copy your Redis database over (adjust the location of your Redis database as needed). On your old machine, as the `root` user, run:
```bash
rsync -avz /var/lib/redis/ root@example.com:/var/lib/redis