mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 19:04:21 -05:00
ITS#8344 - accesslog database should not be replicated
This commit is contained in:
parent
38ac129e3a
commit
70e85ec624
2 changed files with 5 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ or in raw form.
|
|||
|
||||
It is also used for {{SECT:delta-syncrepl replication}}
|
||||
|
||||
Note: An accesslog database is unique to a given master. It should
|
||||
never be replicated.
|
||||
|
||||
H3: Access Logging Configuration
|
||||
|
||||
The following is a basic example that implements Access Logging:
|
||||
|
|
|
|||
|
|
@ -764,6 +764,8 @@ all of the databases (primary, replica, and the accesslog
|
|||
storage database) should also have properly tuned {{DB_CONFIG}} files that meet
|
||||
your needs.
|
||||
|
||||
Note: An accesslog database is unique to a given master. It should
|
||||
never be replicated.
|
||||
|
||||
H3: N-Way Multi-Master
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue