Mercurial > p > roundup > code
diff doc/upgrading.txt @ 7400:d364ef1d66c2
doc batch reindex in upgrading file.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 24 May 2023 15:05:09 -0400 |
| parents | bb7752f6e1cd |
| children | 116ea5ce06ab |
line wrap: on
line diff
--- a/doc/upgrading.txt Wed May 24 12:52:53 2023 -0400 +++ b/doc/upgrading.txt Wed May 24 15:05:09 2023 -0400 @@ -449,6 +449,20 @@ this will hopefully result in better message->issue matching. +Incremental/batch full test reindexing with roundup-admin (info) +---------------------------------------------------------------- + +The ``reindex`` command in ``roundup-admin`` can reindex +a range of items. For example:: + + roundup-admin -i ... reindex issues:1-1000 + +will reindex only the first 1000 issues. This is useful since +reindexing can take a while and slow down the tracker. By running +it in batches you can control when the reindex runs rather than having +to wait for it to complete all the reindexing. See the man page or +`administration guide`_ for details. + .. index:: Upgrading; 2.1.0 to 2.2.0 Migrating from 2.1.0 to 2.2.0
