Please update FAQ for moving s9y with sqlite
Posted: Fri Dec 15, 2006 1:58 pm
You may want to upgrade the FAQ with the following info:
To move S9Y if you use SQLite, you must as with MySQL move the directory and
do the proper chowns, and then you must perform the 3 fields update via the
tool SQLiteManager http://www.sqlitemanager.org/
(caveat: with sqlite v2, on Debian sarge for instance, one must comment out line 4
of SQLiteAutoConnect.class.php: //include_once INCLUDE_LIB . 'sqlite3.class.php';)
Load the database (the file serendipity_*.db in your s9y dir, open the
serendipity_config table, click the Display tab, and change the 3 values
serendipityPath serendipityHTTPPath baseURL as for the MySQL case.
To move S9Y if you use SQLite, you must as with MySQL move the directory and
do the proper chowns, and then you must perform the 3 fields update via the
tool SQLiteManager http://www.sqlitemanager.org/
(caveat: with sqlite v2, on Debian sarge for instance, one must comment out line 4
of SQLiteAutoConnect.class.php: //include_once INCLUDE_LIB . 'sqlite3.class.php';)
Load the database (the file serendipity_*.db in your s9y dir, open the
serendipity_config table, click the Display tab, and change the 3 values
serendipityPath serendipityHTTPPath baseURL as for the MySQL case.