mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
11 lines
290 B
ReStructuredText
11 lines
290 B
ReStructuredText
To configure this module, you need to:
|
|
|
|
#. add section ``[pglogical]`` to your odoo configuration file
|
|
#. add value ``replication_sets = set1,set2,set3,etc`` in this section
|
|
#. add ``pglogical`` to your list of server wide modules
|
|
|
|
Example::
|
|
|
|
[pglogical]
|
|
replication_sets = ddl_sql
|