Ticket #1484303 (closed Patches: fixed)
Note for INSTALL: sqlite requires a writable directory
| Reported by: | sthen | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-stable |
| Component: | Database | Version: | 0.1-beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description
sqlite needs to write a journal file, so the directory containing the DB must writable by the webserver user. Please could something like this be applied to INSTALL?
--- INSTALL.orig Sat Mar 24 22:32:53 2007 +++ INSTALL Sat Mar 24 22:33:19 2007 @@ -71,7 +71,7 @@ # sqlite -init SQL/sqlite.initial.sql sqlite.db Make sure your configuration points to the sqlite.db file and that the -webserver can write to the file. +webserver can write to the file and the directory containing the file. * PostgreSQL
Change History
Note: See
TracTickets for help on using
tickets.
