CREATE BARRIER
Function
Creates a barrier for cluster nodes. The barrier can be used for data restoration.
Precautions
Before creating a barrier, ensure that gtm_backup_barrier and enable_cbm_tracking are set to on for CNs and DNs in the cluster.
Syntax
         1
          | 
        
         CREATE BARRIER [ barrier_name ] ;  | 
       
Parameter Description
barrier_name
(Optional) Indicates the name of a barrier.
A string compliant with the identifier naming rules.
Examples
Create a barrier without specifying its name.
         1
          | 
        
         CREATE BARRIER;  | 
       
Create a barrier named barrier1.
         1
          | 
        
         CREATE BARRIER 'barrier1';  | 
       
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.