Project

General

Profile

Upgrade Instructions » History » Revision 6

Revision 5 (Amber Herold, 04/22/2010 01:44 PM) → Revision 6/27 (Amber Herold, 06/03/2010 02:30 PM)

h1. Upgrade Instructions 

 If h3. Preliminary steps if you have an existing project database from a pre-2.0 Appion release and would like previous installation  

 We need to Upgrade remove a table in the project database called "install".    This will allow the new default tables to 2.0, follow be defined when we set up on the [[leginon:Upgrade_Instructions|Leginon upgrade instructions]]. web-server side. 

 <pre> 
 Next, update the Processing Packages by following the instructions for [[Installing Appion with an existing Leginon installation]]. $ mysql projectdata -u usr_object 
 mysql> drop table install; 
 mysql> exit 
 </pre> 

 ______ 

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

 ______