Change export address to default value
I have changed the export address to export data from another cluster.
Now the migration is completed.
How can I change the export address to default value now (same as node address)?
Now the migration is completed.
How can I change the export address to default value now (same as node address)?
Tagged:
0
This discussion has been closed.
Comments
try running the below and see if it resets the export address.. if so run it for all nodes
ALTER NODE v_vmart_node0001 EXPORT ON DEFAULT;
you are welcome..