File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -523,6 +523,13 @@ following database indexes on the database by hand::
523
523
CREATE INDEX words_by_id ON __words (_textid);
524
524
CREATE UNIQUE INDEX __textids_by_props ON __textids (_class, _itemid, _prop);
525
525
526
+ You can find out which database backend you are using by looking at
527
+ the ``db/backend_name`` file in the tracker's home directory. The
528
+ username, password, and database name can all be found in the
529
+ ``config.ini`` file if you are using ``mysql`` or ``postgresql``. You
530
+ can run the SQL commands using the native client interface: ``psql``
531
+ (postgres), ``mysql`` (MySQL), or ``sqlite3`` (SQLite).
532
+
526
533
.. index:: upgrading; 1.2.x to 1.3.0
527
534
528
535
Migrating from 1.2.x to 1.3.0
You can’t perform that action at this time.
0 commit comments