comparison doc/admin_guide.txt @ 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 46f92ac4e170
children 1642a7b501df
comparison
equal deleted inserted replaced
7394:731b697295c5 7395:312d52305583
1240 1240
1241 Usage: roundup-admin [options] [<command> <arguments>] 1241 Usage: roundup-admin [options] [<command> <arguments>]
1242 1242
1243 Options: 1243 Options:
1244 -i instance home -- specify the issue tracker "home directory" to administer 1244 -i instance home -- specify the issue tracker "home directory" to administer
1245 -u -- the user[:password] to use for commands 1245 -u -- the user[:password] to use for commands (default admin)
1246 -d -- print full designators not just class id numbers 1246 -d -- print full designators not just class id numbers
1247 -c -- when outputting lists of data, comma-separate them. 1247 -c -- when outputting lists of data, comma-separate them.
1248 Same as '-S ","'. 1248 Same as '-S ","'.
1249 -S <string> -- when outputting lists of data, string-separate them 1249 -S <string> -- when outputting lists of data, string-separate them
1250 -s -- when outputting lists of data, space-separate them. 1250 -s -- when outputting lists of data, space-separate them.
1251 Same as '-S " "'. 1251 Same as '-S " "'.
1252 -V -- be verbose when importing 1252 -V -- be verbose when importing
1253 -v -- report Roundup and Python versions (and quit) 1253 -v -- report Roundup and Python versions (and quit)
1254 1254
1255 Only one of -s, -c or -S can be specified. 1255 Only one of -s, -c or -S can be specified.
1256 1256
1278 install [template [backend [key=val[,key=val]]]] 1278 install [template [backend [key=val[,key=val]]]]
1279 list classname [property] 1279 list classname [property]
1280 migrate 1280 migrate
1281 pack period | date 1281 pack period | date
1282 perftest [mode] [arguments]* 1282 perftest [mode] [arguments]*
1283 pragma setting=value 1283 pragma setting=value | 'list'
1284 reindex [classname|designator]* 1284 reindex [classname|classname:#-#|designator]*
1285 restore designator[,designator]* 1285 restore designator[,designator]*
1286 retire designator[,designator]* 1286 retire designator[,designator]*
1287 rollback 1287 rollback
1288 security [Role name] 1288 security [Role name]
1289 set items property=value property=value ... 1289 set items property=value [property=value ...]
1290 specification classname 1290 specification classname
1291 table classname [property[,property]*] 1291 table classname [property[,property]*]
1292 templates [trace_search] 1292 templates [trace_search]
1293 updateconfig <filename> 1293 updateconfig <filename>
1294 Commands may be abbreviated as long as the abbreviation 1294 Commands may be abbreviated as long as the abbreviation

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