gadmin
configurationsgsql --reset
commandEXPORT
and IMPORT
commandsDROP ALL
and CLEAR GRAPH STORE
IMPORT
, DROP ALL
, orCLEAR GRAPH STORE
GSQL command, or the gsql --reset
bash command, the services on the DR cluster will stop syncing with the primary and become outdated. INSTALL QUERY -force <query_name>
command on the primary cluster to force install any query (Replace <query_name>
with the name of any query). After the command is finished, all other metadata operations on the primary cluster will start syncing to the DR cluster. System.CrossRegionReplication.TopicPrefix
becomes Primary.Primary
instead of Primary
System.CrossRegionReplication.TopicPrefix
parameter correctly by adding an additional .Primary
. TopicPrefix
is Primary
, then the new DR cluster needs to have its TopicPrefix
be Primary.Primary
. If it needs to fail over again, the new DR cluster needs to have its TopicPrefix
be set to Primary.Primary.Primary
. IMPORT
, DROP ALL
, or CLEAR GRAPH STORE
GSQL command, or the gsql --reset
bash command, the services on the DR cluster will stop syncing with the primary and become outdated.