docker
docker copied to clipboard
:ship: Docker images and configuration for Citus
I follow the instruction to start a citus cluster with 6 node. I created distributed table with 2 replications. I was expecting the cluster to work after I shutdown one...
When specifying a different PGDATA path value (ex: attaching another volume to /pgdata), worker nodes will get an error on startup because the postgres user does not own the directory....
Please provide arm64 docker image for Apple M1/M2. Thanks ZD
Using docker-compose.yml to deploy citus cluster. Works great! Now, in preparation for a larger scale deployment I would like to mount the data directories of the workers to local folders....
Since Citus 11, postgres 12 is not supported. Postgres 12 should be removed from update scripts. Postgres versions should be passed as parameter in pipeline to be able to control...
First of all, thanks for these Docker images & in particular the docker compose config. Makes it very easy to experiment with Citus. From the top-level README.md: > But you...
This command is deprecated. Use the up command with the --scale flag instead. Beware that using up with the --scale flag has some subtle differences with the scale command, as...
14.3, 13.7 12.11 Postgres has released. Upgrade versions
Today there was a question in slack to include `pg_partman` in the container we publish. There are apparently multiple users[1] creating containers based on our containers to have `pg_partman` available....