From 9a17d2c37f0d2421950e88f474327692cfe89ae3 Mon Sep 17 00:00:00 2001 From: Leszek Date: Fri, 10 Nov 2023 23:12:45 +0100 Subject: [PATCH] fix typo --- docs/_articles/kpi-frontend-development-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_articles/kpi-frontend-development-troubleshooting.md b/docs/_articles/kpi-frontend-development-troubleshooting.md index 93a4561..d336d93 100644 --- a/docs/_articles/kpi-frontend-development-troubleshooting.md +++ b/docs/_articles/kpi-frontend-development-troubleshooting.md @@ -108,7 +108,7 @@ Sometimes `./run.py` is stuck in a loop of containters restaring endlessly. This Sometimes the error is a bit different, if so try some of these tricks: - tell database that all migrations are applied: `./manage.py migrate kpi --fake` and then go back few migrations and re-run migrations - go back few migrations: `./manage.py migrate kpi 0001` (you can put any migration identifier number here) -- if you get kicked out of kpi container, try `./run.py cf run --rm kpi bash` (this one will not get ejected, and you can fix issues from within) +- if you get kicked out of kpi container, try `./run.py -cf run --rm kpi bash` (this one will not get ejected, and you can fix issues from within) ### kobo-install re-run "cannot stop container"