Update migration_sqlite-postgres.md

This commit is contained in:
Mikhail5555
2022-07-11 23:12:42 +02:00
committed by GitHub
parent eb0f231a80
commit aaa0520a6d

View File

@ -4,7 +4,7 @@ While some commands are unraid specific, it should in general work for any setup
1. Make a backup of your `/mnt/user/appdata/recipes` dir. 1. Make a backup of your `/mnt/user/appdata/recipes` dir.
2. Without changing any settings, get a shell into the docker through the WEB-UI or by running `docker exec -it TandoorRecipes /bin/sh` 2. Without changing any settings, get a shell into the TandoorRecipes docker through the Web-UI or by running `docker exec -it TandoorRecipes /bin/sh`
```cmd ```cmd
cd /opt/recipes cd /opt/recipes
./venv/bin/python manage.py export -a > /data/dump.json ./venv/bin/python manage.py export -a > /data/dump.json