F.14. dbcopies_decoding#

F.14. dbcopies_decoding

F.14. dbcopies_decoding #

dbcopies_decoding is a 1C module, which provides logical replication slots when using the 1C database copy mechanism. It is implemented as a plug-in and provided in Tantor SE-1C. For the module to work properly, wal_level must be set to logical.

For more information about this module contact 1C support.

F.14.1. Usage #

  1. A copy of the 1C database is created and the necessary objects are configured for transmission.

  2. A replication slot is created to register changes to selected objects:

    pg_create_logical_replication_slot('dbcopies_slot', 'dbcopies_decoding')
    

The created replication slot is responsible for delivering data to the copy.