How to switch Conftool from current year's conference database to the next year's

capture5.jpg capture3.jpg capture4.jpg capture5.jpg capture6.jpg capture7.jpg

Only empty those tables that show as having zero records in the illustration above: other information is important to carry over from year to year (like usernames and passwords for logging in, topics of interest to individuals, etc. It is also important to continue naming the databases on the model of dh2007 and dh2008, so that php pages developed outside of conftool for gathering aggregate information from past conferences can predict the name of the databases to be queried.

Finally, you need to ssh into www.digitalhumanities.org, cd conftool, cd etc, and edit this line in conftool.conf.php

// [db/database] is the name of the database on the DBMS where
// the conftool stores its data.
$ctconf['db/database'] = 'dh2008';

This ensures that the conftool installation at http://www.digitalhumanities.org/conftool will be using the new database, not the old one.

-- Main.JohnUnsworth - 14 Sep 2007

admin