Skip to content

Commit 9f3c6d6

Browse files
committed
doc batch reindex in upgrading file.
1 parent 7b8f7fc commit 9f3c6d6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/upgrading.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,20 @@ will see no change. If you do have multi-linked messages
449449
this will hopefully result in better message->issue
450450
matching.
451451

452+
Incremental/batch full test reindexing with roundup-admin (info)
453+
----------------------------------------------------------------
454+
455+
The ``reindex`` command in ``roundup-admin`` can reindex
456+
a range of items. For example::
457+
458+
roundup-admin -i ... reindex issues:1-1000
459+
460+
will reindex only the first 1000 issues. This is useful since
461+
reindexing can take a while and slow down the tracker. By running
462+
it in batches you can control when the reindex runs rather than having
463+
to wait for it to complete all the reindexing. See the man page or
464+
`administration guide`_ for details.
465+
452466
.. index:: Upgrading; 2.1.0 to 2.2.0
453467

454468
Migrating from 2.1.0 to 2.2.0

0 commit comments

Comments
 (0)