Removed retry process since it's fixed now
Removed retry process since it's fixed now by improvement/wait_for_db
This commit is contained in:
parent
76dac29f1c
commit
300d132266
@ -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 <container_name>` and make sure that all migrations are indeed already done
|
Loading…
Reference in New Issue
Block a user