Skip to content

Commit cba1b0f

Browse files
committed
Add new section onroundup-admin. Ad indexing.
1 parent 8eeff36 commit cba1b0f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

doc/admin_guide.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ reinstall the older version of the sofware using the same install command::
290290

291291

292292
.. index:: database; convert from one database backend to another
293+
single: roundup-admin; import and export
293294

294295
Migrating Backends
295296
------------------
@@ -443,6 +444,32 @@ solution to this is to:
443444
2. Set the scheduled task to run in the context of this user instead
444445
of your normal login
445446

447+
.. index:: ! roundup-admin
448+
single: roundup-admin; man page reference
449+
450+
Using roundup-admin
451+
===================
452+
453+
Part of the installation includes a man page for roundup-admin. Ypu
454+
should be able to ead it using ``man roundup-admin``. As shown above,
455+
it is a generic tool for manipulating the underlying database for you
456+
tracker.
457+
458+
Examples above show how to use it to:
459+
460+
* install and initialize a new tracker
461+
* export/import tracker data for migrating between backends
462+
* creating a new user fom the command line
463+
* list/find users in the tracker
464+
465+
A brief summary is::
466+
467+
roundup-admin help
468+
roundup-admin -i <tracker_dir> get [-list] designator[, designator,...] propname
469+
roundup-admin -i <tracker_dir> set designator[, designator,...] propname=value ...
470+
roundup-admin -i <tracker_dir> find [-list] classname propname=value ...
471+
472+
See ``roundup-admin help commands`` for a complete list of commands.
446473

447474
.. _`customisation documentation`: customizing.html
448475
.. _`upgrading documentation`: upgrading.html

0 commit comments

Comments
 (0)