comparison doc/admin_guide.txt @ 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 602cc42f9edd
children 59ae15e0b8dd
comparison
equal deleted inserted replaced
7380:6480443c2607 7381:2884ff18c944
682 If you are using sqlite, you can choose to use the anydbm 682 If you are using sqlite, you can choose to use the anydbm
683 database for session data. By default it will use additional 683 database for session data. By default it will use additional
684 sqlite databases for storing the session and otk data. 684 sqlite databases for storing the session and otk data.
685 685
686 The following table shows which primary databases support 686 The following table shows which primary databases support
687 different session database backends:: 687 different session database backends:
688 688
689 689 .. table:: D - default if unconfigured, X - compatible choice
690 main\/ session>| anydbm | sqlite | redis | mysql | postgresql | 690 :class: captionbelow
691 anydbm | D | | X | | | 691
692 sqlite | X | D | X | | | 692 +---------------+--------+--------+-------+-------+------------+
693 mysql | | | | D | | 693 | | session db |
694 postgresql | | | | | D | 694 +---------------+--------+--------+-------+-------+------------+
695 --------------------------------------------------------------+ 695 |primary db | anydbm | sqlite | redis | mysql | postgresql |
696 D - default if unconfigured, X - compatible choice 696 +===============+========+========+=======+=======+============+
697 |anydbm | D | | X | | |
698 +---------------+--------+--------+-------+-------+------------+
699 |sqlite | X | D | X | | |
700 +---------------+--------+--------+-------+-------+------------+
701 |mysql | | | | D | |
702 +---------------+--------+--------+-------+-------+------------+
703 |postgresql | | | | | D |
704 +---------------+--------+--------+-------+-------+------------+
697 705
698 The ``backend`` setting is in the tracker's ``config.ini`` 706 The ``backend`` setting is in the tracker's ``config.ini``
699 file under the ``sessiondb`` section. 707 file under the ``sessiondb`` section.
700 708
701 Using Redis for Session Databases 709 Using Redis for Session Databases

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