mirror of https://github.com/citusdata/citus.git
Fixes minimal_cluster_management issue
parent
8952e06002
commit
24f9d599d0
|
@ -1,27 +1,3 @@
|
||||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
pg_reload_conf
|
|
||||||
---------------------------------------------------------------------
|
|
||||||
t
|
|
||||||
(1 row)
|
|
||||||
|
|
||||||
\c - - - :worker_1_port
|
|
||||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
pg_reload_conf
|
|
||||||
---------------------------------------------------------------------
|
|
||||||
t
|
|
||||||
(1 row)
|
|
||||||
|
|
||||||
\c - - - :worker_2_port
|
|
||||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
pg_reload_conf
|
|
||||||
---------------------------------------------------------------------
|
|
||||||
t
|
|
||||||
(1 row)
|
|
||||||
|
|
||||||
\c - - - :master_port
|
|
||||||
SET citus.next_shard_id TO 1220000;
|
SET citus.next_shard_id TO 1220000;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1390000;
|
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1390000;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_groupid_seq RESTART 1;
|
ALTER SEQUENCE pg_catalog.pg_dist_groupid_seq RESTART 1;
|
||||||
|
|
|
@ -1,16 +1,3 @@
|
||||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
|
|
||||||
\c - - - :worker_1_port
|
|
||||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
|
|
||||||
\c - - - :worker_2_port
|
|
||||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
|
|
||||||
\c - - - :master_port
|
|
||||||
|
|
||||||
SET citus.next_shard_id TO 1220000;
|
SET citus.next_shard_id TO 1220000;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1390000;
|
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1390000;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_groupid_seq RESTART 1;
|
ALTER SEQUENCE pg_catalog.pg_dist_groupid_seq RESTART 1;
|
||||||
|
|
Loading…
Reference in New Issue