summaryrefslogtreecommitdiffstats
path: root/base/server/man
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2015-07-29 14:23:35 -0400
committerAde Lee <alee@redhat.com>2015-07-31 18:35:30 -0400
commit7c4bc2480c0cb0b4bb816ec090e9673bdddce047 (patch)
tree283e6c64f6f1a250cf559d1e454fe4f3307d0eb9 /base/server/man
parente1eb261b467f6e19c7e6604fc7ecb03e8b1f8166 (diff)
downloadpki-7c4bc2480c0cb0b4bb816ec090e9673bdddce047.tar.gz
pki-7c4bc2480c0cb0b4bb816ec090e9673bdddce047.tar.xz
pki-7c4bc2480c0cb0b4bb816ec090e9673bdddce047.zip
Add code to reindex data during cloning without replication
When setting up a clone, indexes are added before the replication agreements are set up and the consumer is initialized. Thus, as data is replicated and added to the clone db, the data is indexed. When cloning is done with the replication agreements already set up and the data replicated, the existing data is not indexed and cannot be accessed in searches. The data needs to be reindexed. Related to ticket 1414
Diffstat (limited to 'base/server/man')
-rw-r--r--base/server/man/man5/pki_default.cfg.58
1 files changed, 8 insertions, 0 deletions
diff --git a/base/server/man/man5/pki_default.cfg.5 b/base/server/man/man5/pki_default.cfg.5
index 17130aecf..4e2c13bfc 100644
--- a/base/server/man/man5/pki_default.cfg.5
+++ b/base/server/man/man5/pki_default.cfg.5
@@ -267,6 +267,14 @@ Location and password of the PKCS #12 file containing the system certificates fo
.IP
Defaults to True. If set to False, the installer does not set up replication agreements from the master to the clone as part of the subsystem configuration. In this case, it is expected that the top level suffix already exists, and that the data has already been replicated. This option is useful if you want to use other tools to create and manage your replication topology, or if the baseDN is already replicated as part of a top-level suffix.
.TP
+.B pki_clone_reindex_data
+.IP
+Defaults to False. This parameter is only relevant when \fBpki_clone_setup_replication\fP is
+set to False. In this case, it is expected that the database has been prepared and replicated
+as noted above. Part of that preparation could involve adding indexes and indexing the data.
+If you would like the Dogtag installer to add the indexes and reindex the data instead, set
+\fBpki_clone_reindex_data\fP to True.
+.TP
.B pki_clone_replication_master_port, pki_clone_replication_clone_port
.IP
Ports on which replication occurs. These are the ports on the master and clone databases respectively. Defaults to the internal database port.