Mercurial > p > roundup > code
changeset 7381:2884ff18c944
Change primary/session db compatibility table from ascii to real table
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 22 May 2023 21:44:20 -0400 |
| parents | 6480443c2607 |
| children | 59ae15e0b8dd |
| files | doc/admin_guide.txt |
| diffstat | 1 files changed, 16 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/admin_guide.txt Mon May 22 11:19:38 2023 -0400 +++ b/doc/admin_guide.txt Mon May 22 21:44:20 2023 -0400 @@ -684,16 +684,24 @@ sqlite databases for storing the session and otk data. The following table shows which primary databases support -different session database backends:: +different session database backends: +.. table:: D - default if unconfigured, X - compatible choice + :class: captionbelow - main\/ session>| anydbm | sqlite | redis | mysql | postgresql | - anydbm | D | | X | | | - sqlite | X | D | X | | | - mysql | | | | D | | - postgresql | | | | | D | - --------------------------------------------------------------+ - D - default if unconfigured, X - compatible choice + +---------------+--------+--------+-------+-------+------------+ + | | session db | + +---------------+--------+--------+-------+-------+------------+ + |primary db | anydbm | sqlite | redis | mysql | postgresql | + +===============+========+========+=======+=======+============+ + |anydbm | D | | X | | | + +---------------+--------+--------+-------+-------+------------+ + |sqlite | X | D | X | | | + +---------------+--------+--------+-------+-------+------------+ + |mysql | | | | D | | + +---------------+--------+--------+-------+-------+------------+ + |postgresql | | | | | D | + +---------------+--------+--------+-------+-------+------------+ The ``backend`` setting is in the tracker's ``config.ini`` file under the ``sessiondb`` section.
