Mercurial > p > roundup > code
diff doc/upgrading.txt @ 7724:68c04cc8edf7
More doc upates for FTS5 requires for sqlite and roundup > 2.1.0.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 31 Dec 2023 17:28:36 -0500 |
| parents | 8147f6deac9f |
| children | 79344ea780ea |
line wrap: on
line diff
--- a/doc/upgrading.txt Thu Dec 28 15:13:42 2023 -0500 +++ b/doc/upgrading.txt Sun Dec 31 17:28:36 2023 -0500 @@ -709,6 +709,14 @@ in the ``web`` section of ``config.ini`` to ``yes``. In general this should be left at its default value of ``no``. +Verify that SQLite supports FTS5 (required) +------------------------------------------- + +If you use SQLite as your backend, it *must* support FTS5. See the +`FTS5 testing steps`_ for how to verify this. + +.. _FTS5 testing steps: installation.html#fts5-testing + Check allowed_api_origins setting (optional) --------------------------------------------
