From aaa0520a6db363a37a01622667abdfc0870715eb Mon Sep 17 00:00:00 2001 From: Mikhail5555 Date: Mon, 11 Jul 2022 23:12:42 +0200 Subject: [PATCH] Update migration_sqlite-postgres.md --- docs/system/migration_sqlite-postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system/migration_sqlite-postgres.md b/docs/system/migration_sqlite-postgres.md index 9f9f87fe..04dbc49c 100644 --- a/docs/system/migration_sqlite-postgres.md +++ b/docs/system/migration_sqlite-postgres.md @@ -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. -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 cd /opt/recipes ./venv/bin/python manage.py export -a > /data/dump.json