seo-audits-toolkit icon indicating copy to clipboard operation
seo-audits-toolkit copied to clipboard

Error creating osat-redis

Open doctorerre opened this issue 3 years ago • 5 comments
trafficstars

Hi ! .... I have been trying to install OSAT for a while without finding a solution to the following problem... I verified that /root/seo-audits-toolkit/shared/logs/redis exists, tested redis with PONG output, created the path /var/lib/ docker/volumes/seo-audits-toolkit_redis-logs/_data without success in any case. Attached photo of the kernel. Also bind conf redis to 0.0.0.0

I am working with:

--> Ubuntu 22.04.1 with WSL2 --> Python 3.10.6 --> docker-compose version 1.29.2 --> Docker version 20.10.17 --> Redis server v=7.0.5

error_redis

Thank you!

doctorerre avatar Oct 21 '22 22:10 doctorerre

Same issue here Did you find any fix for this

Ajay-joshi-mtr avatar Dec 24 '22 08:12 Ajay-joshi-mtr

Same issue here. Will tell you if I find a fix

TBG-FR avatar Feb 13 '23 01:02 TBG-FR

I managed to make it run by replacing

- - server-logs:/opt/app/logs
+ - ${PWD}/shared/logs/server:/opt/app/logs

-  server-logs:
-    driver_opts:
-      type: none
-      o: bind
-      device: ${PWD}/shared/logs/server
- - redis-logs:${REDIS_LOG_PREFIX_PATH}
+ - ${PWD}/shared/logs/redis:${REDIS_LOG_PREFIX_PATH}

-  redis-logs:
-    driver_opts:
-      type: none
-      o: bind
-      device: ${PWD}/shared/logs/redis

That does not explain the underlying issue (something like https://github.com/docker/compose/issues/9971 maybe ?) but at least it works

TBG-FR avatar Feb 13 '23 01:02 TBG-FR

How did you manage to solve the error when creating the redis sever?

Imperol3 avatar Jul 03 '23 14:07 Imperol3

just comment the redis log section in the docker compose

fbatiga avatar Jul 19 '23 10:07 fbatiga