Skip to content

Commit 4b1fb15

Browse files
committed
Add extra explanation for SQL command in 1.3.3->1.4.0 upgrade path
A user on IRC was confused as to where/how to add indexes. Try to clarify.
1 parent a6de3a9 commit 4b1fb15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/upgrading-history.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,13 @@ following database indexes on the database by hand::
523523
CREATE INDEX words_by_id ON __words (_textid);
524524
CREATE UNIQUE INDEX __textids_by_props ON __textids (_class, _itemid, _prop);
525525

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+
526533
.. index:: upgrading; 1.2.x to 1.3.0
527534

528535
Migrating from 1.2.x to 1.3.0

0 commit comments

Comments
 (0)