Project

General

Profile

Upgrade Instructions » History » Revision 5

Revision 4 (Amber Herold, 04/22/2010 12:31 PM) → Revision 5/27 (Amber Herold, 04/22/2010 01:44 PM)

h1. Upgrade Instructions 

 h3. Preliminary steps if you have an existing project database from a previous installation  

 We need to remove a table in the project database called "install".    This will allow the new default tables to be defined when we set up on the web-server side. 

 <pre> 
 $ mysql projectdata -u usr_object 
 mysql> drop table install; 
 mysql> exit 
 </pre> 

 ______ 

 [[Complete Installation|< Complete Installation]] | [[Appion User Guide|Appion User Guide >]] 

 ______