comparison doc/upgrading.txt @ 6780:f1af67bf8fae

doc change: roundup migrate and fts link.
author John Rouillard <rouilj@ieee.org>
date Tue, 12 Jul 2022 21:43:36 -0400
parents bc9728a17f76
children b3d4b25b4922
comparison
equal deleted inserted replaced
6779:d669f96dc580 6780:f1af67bf8fae
59 columns used by the native indexer. This also affect the whoosh 59 columns used by the native indexer. This also affect the whoosh
60 and xapian indexers. 60 and xapian indexers.
61 2. Some databases that include native full-text search (native-fts 61 2. Some databases that include native full-text search (native-fts
62 indexer) searching are now supported. 62 indexer) searching are now supported.
63 63
64 You should run the ``roundup-admin migrate`` command for your 64 You should run the ``roundup-admin -i <tracker_home> migrate`` command
65 tracker once you've installed the latest codebase. 65 for all your trackers once you've installed the latest codebase.
66 66
67 Do this before you use the web, command-line or mail interface 67 Do this before you use the web, command-line or mail interface
68 and before any users access the tracker. 68 and before any users access the tracker.
69 69
70 If successful, this command will respond with either "Tracker 70 If successful, this command will respond with either "Tracker
71 updated" (if you've not previously run it on an RDBMS backend) or 71 updated" (if you've not previously run it on an RDBMS backend) or
72 "No migration action required" (if you have run it, or have used 72 "No migration action required" (if you have run it, or have used
73 another interface to the tracker, or are using anydbm). 73 another interface to the tracker, or are using anydbm).
74 74
75 See `below for directions on enabling native-fts`_. 75 See `below if you want to enable native-fts searching`_.
76 76
77 .. _below for directions on enabling native-fts: \ 77 .. _below if you want to enable native-fts searching: \
78 #enhanced-full-text-search-optional 78 #enhanced-full-text-search-optional
79 79
80 The increase in indexed word length also affects whoosh and xapian 80 The increase in indexed word length also affects whoosh and xapian
81 backends. You may want to run ``roundup-admin -i tracker_home 81 backends. You may want to run ``roundup-admin -i tracker_home
82 reindex`` if you want to index or search for longer words in your full 82 reindex`` if you want to index or search for longer words in your full

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