From 300d1322664ce595349cde87daaee1a61296d2f2 Mon Sep 17 00:00:00 2001 From: MaxJa4 <74194322+MaxJa4@users.noreply.github.com> Date: Sun, 30 Jan 2022 01:24:17 +0100 Subject: [PATCH] Removed retry process since it's fixed now Removed retry process since it's fixed now by improvement/wait_for_db --- docs/install/docker.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index 82ef5900..ad336736 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -340,13 +340,8 @@ ProxyPassReverse / http://localhost:8080/ # replace port If you're having issues with installing Tandoor on your Raspberry Pi or similar device, follow these instructions: -- Stop all Tandoor containers (`docker-compose down`) -- Retry by starting everything again (`docker-compose up -d`) (yes, seriously; if the database starts too slow, the start of the web container will fail) - -If this doesn't work (and you waited at least 30-60 seconds after you started the containers), try this: - - Stop all Tandoor containers (`docker-compose down`) - Delete local database folder (usually 'postgresql' in the same folder as your 'docker-compose.yml' file) - Start Tandoor containers again (`docker-compose up -d`) -- Wait for at least 30-60 seconds and then check if everything is working now +- Wait for at least 30-60 seconds and then check if everything is working now (migrations can take quite some time!) - If not, check logs of the web_recipes container with `docker logs ` and make sure that all migrations are indeed already done \ No newline at end of file