Update migrating.md

This commit is contained in:
KuJoe 2024-01-14 21:02:44 -05:00
parent 0e20483978
commit 826d8bebdd
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