SQLite

From Request Tracker Wiki
Revision as of 13:09, 18 March 2011 by 130.111.224.248 (talk) (Added note about DatebaseType string.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When using SQLite in RT, specify a path to the SQLite database file to "./configure" as the argument to "--with-db-database".

Running "make initialize-database" will create the database file owned by whatever user is running make. This is probably not going to be the user that will be accessing it from the web interface. It should be read/writable by that user. The directory containing the database file should also be read/writable by that user so that SQLite temporary journal files can be written (it seems).


To use SQLite, in RT_SiteConfig.pm:

Set($DatabaseType , 'SQLite');