From: Franky V. L. <lie...@te...> - 2009-02-04 18:57:04
|
On Thu, 05 Feb 2009 05:01:58 +1100 Alison <pe...@al...> wrote: > Hi, > > looking at upgrading a live survey using version 1.8.2 to the latest > version. Needless to say being live and in production one needs to be > more than a little careful. > > The Upgrade file just states the following: > > $ cd /usr/local/www/htdocs > $ mv phpESP phpESP.old > $ tar -zxf /path/to/phpESP-1.6.tar.gz > $ mv phpESP-1.6 phpESP > ... configure phpESP 1.6 ... > ... update database ... > ... test phpESP 1.6 ... > $ rm -rf phpESP.old > > LInes 1 through 4 - no problems. But lines 5 and 6 aren't the most > descriptive of "How". Is there a better set of notes somewhere? well, configuring the new phpesp requires some getting used to, so read the INSTALL doc as well, it explains in detail how to configure the new system ("3. Configuring phpESP"). You might want to test a "fresh" install first, so as to understand the config part (which is in fact very simple, but being different from 1.8.2 ...). An example config is provided (admin/phpESP.ini.php.example), just rename it to admin/phpESP.ini.php, and change what is needed (the defaults are found in admin/phpESP.ini.php.default, but don't change that file). The database upgrade is done automatically after you update the files to the new version (and configured the new version). See the bottom part ("UPDATING DATABASE") in the UPDATE doc. Franky |