logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

barman-receive-wal - Barman Sub-Commands

Author

       EnterpriseDB

Description

       Initiate   the  streaming  of  transaction  logs  for  a  server.  This  process  uses  pg_receivewal  or
       pg_receivexlog to receive WAL files from Postgres servers via the streaming protocol.

Name

       barman-receive-wal - Barman Sub-Commands

Parameters

SERVER_NAME
              Name of the server in barman node.

       --create-slot
              Create the physical replication slot configured with the slot_name configuration parameter.

       --drop-slot
              Drop the physical replication slot configured with the slot_name configuration parameter.

       --reset
              Reset the status of receive-wal, restarting the streaming from the current WAL file of the server.

       --stop Stop the process for the server.

Synopsis

          receive-wal
              [ --create-slot ]
              [ --drop-slot ]
              [ --reset ]
              [ --stop ]
              SERVER_NAME

See Also