comparison share/man/man1/roundup-admin.1 @ 7395:312d52305583

- issue2551190 - Allow roundup-admin reindex to work in batches. Running: roundup-admin -i ... reindex issue:1-1000 will reindex the first 1000 issues while reporting any missing issues in the range. Also completion progress is reported when indexing a specific class. Note this require a chnge that makes an invalid command like: reindex issue23f to error with no such class issue23f. It used to reindex issue23 which I consider a bug. Updates to man page admin_guide.py. Tests added.
author John Rouillard <rouilj@ieee.org>
date Wed, 24 May 2023 12:13:05 -0400
parents 9c067ed4568b
children 534f8bdb8f94
comparison
equal deleted inserted replaced
7394:731b697295c5 7395:312d52305583
218 pragma list 218 pragma list
219 219
220 will show all settings and their current values. If verbose 220 will show all settings and their current values. If verbose
221 is enabled hidden settings and descriptions will be shown. 221 is enabled hidden settings and descriptions will be shown.
222 .TP 222 .TP
223 \fBreindex\fP \fI[classname|designator]*\fP 223 \fBreindex\fP \fI[classname|classname:#-#|designator]*\fP This will
224 This will re-generate the search indexes for a tracker. 224 re-generate the search indexes for a tracker. You can specify a
225 specific item (or items) (e.g. issue23), range(s) of items
226 (e.g. issue:1-1000), class(es) (e.g. issue) or reindex all items in
227 the database if no arguments are supplied.
225 .TP 228 .TP
226 \fBrestore\fP \fIdesignator[,designator]*\fP 229 \fBrestore\fP \fIdesignator[,designator]*\fP
227 Restore the retired node specified by designator. 230 Restore the retired node specified by designator.
228 231
229 The given nodes will become available for users again. 232 The given nodes will become available for users again.

Roundup Issue Tracker: http://roundup-tracker.org/