docker
docker copied to clipboard
:ship: Docker images and configuration for Citus
update scale command to --scale
https://hub.docker.com/r/citusdata/citus/tags?page=1&name=10.2.8
Updated README.md file since running an image with docker command without using any environment variables (i.e. password) fails. Thus, password variable added.
From the README: > This image provides a single running Citus instance (atop PostgreSQL **12.2**) The image is currently running on top of PostgreSQL **16.1**. Could you update the readme?...
Allows to use ```yaml worker: command: ["/wait-for-manager.sh", "-c", "wal_level=logical"] ``` to allow shard movements like ```sql select citus_move_shard_placement(102024, 'citus-worker-2', 5432, 'citus-worker-1', 5432); ```
On page https://hub.docker.com/r/citusdata/citus/ section `For that, you may wish to try the included docker-compose.yml configuration` link leads to general dockerhub image, while it should probably lead here: https://github.com/citusdata/docker/blob/master/docker-compose.yml
After reading the introduction, we found that citus perfectly met our requirements, but the deployment documentation was unfriendly. How to deploy a horizontally scalable cluster? Eg in Node 1 of...
Hi, Because of https://github.com/citusdata/citus/pull/8081, it seems that when running the docker image, since it's starting on an empty db, the columnar storage is disabled. It wasn't the case with the...