Henry Tao
Henry Tao
I am running ```docker-compose -p citus up``` I then get errors such as ```worker_1 | 2017-12-13 20:25:40.868 UTC [1] DETAIL: The data directory was initialized by PostgreSQL version 9.6, which...
Thanks @lfittl That did the trick. When I do a ```sudo -u postgres psql -h localhost``` and check the number of workers, I always get 0. Is there something else...
@lfittl I also tried ```docker-compose -p citus scale worker=2``` ```docker ps``` shows the workers are up but the query still returns 0. ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS...