File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,8 @@ Migrating Backends
297297 your tracker to disk.
2982983. Copy the tracker home to a new directory.
2992994. 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.
3013026. Use the roundup-admin "import" command to import the previous export with
302303 the new tracker home. If non-interactively::
303304
Original file line number Diff line number Diff line change @@ -880,8 +880,9 @@ Public Tracker Considerations
880880If you run a public tracker, you will eventually have to think about
881881dealing 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
887888Maintenance
@@ -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`:
You can’t perform that action at this time.
0 commit comments