Hello Can any one suggest me the configuration to remove the old log files automatically . And also if we will need to set a checkpoint variable in slapd.conf
My openldap version is 2.4.40. Kinldy suggest me the configuration to remove the log fikes automatically and how does the check point worka in slapd.conf In my syatem there will be more amount of search and updates On 24 Jun 2015 22:22, "PRATIK SINGAL" pratik.singal13@gmail.com wrote:
Hello Can any one suggest me the configuration to remove the old log files automatically . And also if we will need to set a checkpoint variable in slapd.conf
--On Thursday, June 25, 2015 12:02 AM +0530 PRATIK SINGAL pratik.singal13@gmail.com wrote:
My openldap version is 2.4.40. Kinldy suggest me the configuration to remove the log fikes automatically and how does the check point worka in slapd.conf In my syatem there will be more amount of search and updates
Read the BDB documentation, it's documented there.
If you are on 2.4.40, you should switch to using LMDB instead of BDB anyway.
--Quanah
--
Quanah Gibson-Mount Platform Architect Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
Am Wed, 24 Jun 2015 22:22:38 +0530 schrieb PRATIK SINGAL pratik.singal13@gmail.com:
Hello Can any one suggest me the configuration to remove the old log files automatically . And also if we will need to set a checkpoint variable in slapd.conf
add 'set_flags DB_LOG_AUTOREMOVE' to DB_CONFIG with regard to checkpointing, there is no requirement, but it is always wise to make use of it if you want to remove elder db logfiles.
-Dieter
openldap-technical@openldap.org