comparison doc/admin_guide.txt @ 6227:5105df69145d

Fix typo in admin doc exprt -> export.
author John Rouillard <rouilj@ieee.org>
date Mon, 13 Jul 2020 01:13:00 -0400
parents d25638d1826c
children b2eb59ada444
comparison
equal deleted inserted replaced
6226:9328741f6c09 6227:5105df69145d
298 1. Stop the existing tracker web and email frontends (preventing changes). 298 1. Stop the existing tracker web and email frontends (preventing changes).
299 2. Use the roundup-admin tool "export" command to export the contents of 299 2. Use the roundup-admin tool "export" command to export the contents of
300 your tracker to disk. (If you are running on windows see 300 your tracker to disk. (If you are running on windows see
301 `issue1441336 <https://issues.roundup-tracker.org/issue1441336>`_ 301 `issue1441336 <https://issues.roundup-tracker.org/issue1441336>`_
302 on how to use the command line rather than interactive mode to 302 on how to use the command line rather than interactive mode to
303 exprt data.) 303 export data.)
304 3. Copy the tracker home to a new directory. 304 3. Copy the tracker home to a new directory.
305 4. Delete the "db" directory from the new directory. 305 4. Delete the "db" directory from the new directory.
306 5. Set the value of the ``backend`` key under the ``[database]`` 306 5. Set the value of the ``backend`` key under the ``[database]``
307 section of the tracker's ``config.ini`` file. 307 section of the tracker's ``config.ini`` file.
308 6. Use the roundup-admin "import" command to import the previous export with 308 6. Use the roundup-admin "import" command to import the previous export with

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