Skip to content

Commit eec2640

Browse files
committed
Update to migrating backend and tweak to install doc.
1 parent f29e1b2 commit eec2640

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/admin_guide.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ Migrating Backends
297297
your tracker to disk.
298298
3. Copy the tracker home to a new directory.
299299
4. Delete the "db" directory from the new directory.
300-
5. Enter the new backend name in the tracker home ``db/backend_name`` file.
300+
5. Set the value of the ``backend`` key under the ``[database]``
301+
section of the tracker's ``config.ini`` file.
301302
6. Use the roundup-admin "import" command to import the previous export with
302303
the new tracker home. If non-interactively::
303304

doc/installation.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,9 @@ Public Tracker Considerations
880880
If you run a public tracker, you will eventually have to think about
881881
dealing with spam entered through both the web and mail interfaces.
882882

883-
The `customisation documentation`_ has a simple detector that will block
884-
a lot of spam attempts. Look for the example "Preventing SPAM".
883+
See the section on `Preventing SPAM`_ in the
884+
`customisation documentation`_ that has a simple detector
885+
that will block lot of spam attempts.
885886

886887

887888
Maintenance
@@ -1100,6 +1101,7 @@ from installation and scripts.
11001101
.. _`roundup specification`: spec.html
11011102
.. _`tracker configuration`: customizing.html#tracker-configuration
11021103
.. _`customisation documentation`: customizing.html
1104+
.. _`preventing spam`: customizing.html#preventing-spam
11031105
.. _`Adding a new field to the classic schema`:
11041106
customizing.html#adding-a-new-field-to-the-classic-schema
11051107
.. _`Tracking different types of issues`:

0 commit comments

Comments
 (0)