Mercurial > p > roundup > code
comparison doc/installation.txt @ 6663:e63f514bb0e6
issue2551201 - Update references to psycopg2
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 03 May 2022 13:13:16 -0400 |
| parents | 7545d3a3a307 |
| children | 3f3ce3004013 |
comparison
equal
deleted
inserted
replaced
| 6657:2453d7b58a92 | 6663:e63f514bb0e6 |
|---|---|
| 493 ========== =========== ===== ============================== | 493 ========== =========== ===== ============================== |
| 494 Name Speed Users Support | 494 Name Speed Users Support |
| 495 ========== =========== ===== ============================== | 495 ========== =========== ===== ============================== |
| 496 anydbm Slowest Few Always available | 496 anydbm Slowest Few Always available |
| 497 sqlite Fastest(*) Few May need install (PySQLite_) | 497 sqlite Fastest(*) Few May need install (PySQLite_) |
| 498 postgresql Fast Many Needs install/admin (psycopg_) | 498 postgresql Fast Many Needs install/admin (psycopg2_) |
| 499 mysql Fast Many Needs install/admin (MySQLdb_) | 499 mysql Fast Many Needs install/admin (MySQLdb_) |
| 500 ========== =========== ===== ============================== | 500 ========== =========== ===== ============================== |
| 501 | 501 |
| 502 **sqlite** | 502 **sqlite** |
| 503 This uses the embedded database engine PySQLite_ to provide a very fast | 503 This uses the embedded database engine PySQLite_ to provide a very fast |
| 513 | 513 |
| 514 Roundup supports using sqlite's full text search capability. This | 514 Roundup supports using sqlite's full text search capability. This |
| 515 can improve searching if you are not installing another indexer like | 515 can improve searching if you are not installing another indexer like |
| 516 xapian or whoosh. It works best with English text. | 516 xapian or whoosh. It works best with English text. |
| 517 **postgresql** | 517 **postgresql** |
| 518 Backend for popular RDBMS PostgreSQL. You must read doc/postgresql.txt for | 518 Backend for popular RDBMS PostgreSQL. You must read |
| 519 additional installation steps and requirements. You must also configure | 519 `doc/postgresql.txt`_ for additional installation steps and |
| 520 requirements. You must also configure | |
| 520 the ``rdbms`` section of your tracker's ``config.ini``. It is recommended | 521 the ``rdbms`` section of your tracker's ``config.ini``. It is recommended |
| 521 that you use at least version 1.1.21 of psycopg. | 522 that you use at least version 2.8 of psycopg2. |
| 522 **mysql** | 523 **mysql** |
| 523 Backend for popular RDBMS MySQL. You must read doc/mysql.txt for additional | 524 Backend for popular RDBMS MySQL. You must read `doc/mysql.txt`_ for |
| 524 installation steps and requirements. You must also configure the ``rdbms`` | 525 additional installation steps and requirements. You must also |
| 525 section of your tracker's ``config.ini`` | 526 configure the ``rdbms`` section of your tracker's ``config.ini`` |
| 526 | 527 |
| 527 You may defer your decision by setting your tracker up with the anydbm | 528 You may defer your decision by setting your tracker up with the anydbm |
| 528 backend (which is guaranteed to be available) and switching to one of the | 529 backend (which is guaranteed to be available) and switching to one of the |
| 529 other backends at any time using the instructions in the `administration | 530 other backends at any time using the instructions in the `administration |
| 530 guide`_. | 531 guide`_. |
| 1717 .. _`Tracking different types of issues`: | 1718 .. _`Tracking different types of issues`: |
| 1718 customizing.html#tracking-different-types-of-issues | 1719 customizing.html#tracking-different-types-of-issues |
| 1719 .. _`customising roundup`: customizing.html | 1720 .. _`customising roundup`: customizing.html |
| 1720 .. _`upgrading document`: upgrading.html | 1721 .. _`upgrading document`: upgrading.html |
| 1721 .. _`administration guide`: admin_guide.html | 1722 .. _`administration guide`: admin_guide.html |
| 1723 .. _`doc/postgresql.txt`: postgresql.html | |
| 1724 .. _`doc/mysql.txt`: mysql.html | |
| 1722 | 1725 |
| 1723 | 1726 |
| 1724 .. _External hyperlink targets: | 1727 .. _External hyperlink targets: |
| 1725 | 1728 |
| 1726 | 1729 |
| 1738 .. _mistune: https://pypi.org/project/mistune/ | 1741 .. _mistune: https://pypi.org/project/mistune/ |
| 1739 .. _mod_python: https://github.com/grisha/mod_python | 1742 .. _mod_python: https://github.com/grisha/mod_python |
| 1740 .. _mod_wsgi: https://pypi.org/project/mod-wsgi/ | 1743 .. _mod_wsgi: https://pypi.org/project/mod-wsgi/ |
| 1741 .. _MySQLdb: https://pypi.org/project/mysqlclient/ | 1744 .. _MySQLdb: https://pypi.org/project/mysqlclient/ |
| 1742 .. _Olson tz database: https://www.iana.org/time-zones | 1745 .. _Olson tz database: https://www.iana.org/time-zones |
| 1743 .. _Psycopg: https://www.psycopg.org/ | 1746 .. _Psycopg2: https://www.psycopg.org/ |
| 1744 .. _pyjwt: https://pypi.org/project/PyJWT/ | 1747 .. _pyjwt: https://pypi.org/project/PyJWT/ |
| 1745 .. _pyopenssl: https://pypi.org/project/pyOpenSSL/ | 1748 .. _pyopenssl: https://pypi.org/project/pyOpenSSL/ |
| 1746 .. _pysqlite: https://pysqlite.org/ | 1749 .. _pysqlite: https://pysqlite.org/ |
| 1747 .. _pytz: https://pypi.org/project/pytz/ | 1750 .. _pytz: https://pypi.org/project/pytz/ |
| 1748 .. _pywin32: https://pypi.org/project/pywin32/ | 1751 .. _pywin32: https://pypi.org/project/pywin32/ |
