Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek committed Nov 10, 2023
1 parent 7cbadd0 commit 9a17d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_articles/kpi-frontend-development-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9a17d2c

Please sign in to comment.