citusdata / docker

:ship: Docker images and configuration for Citus
Apache License 2.0
241 stars 100 forks source link

Allow passing extra arguments to wait-for-manager #338

Open dmivankov opened 1 year ago

dmivankov commented 1 year ago

Allows to use

worker:
  command: ["/wait-for-manager.sh", "-c", "wal_level=logical"]

to allow shard movements like

select citus_move_shard_placement(102024, 'citus-worker-2', 5432, 'citus-worker-1', 5432);