Project

General

Profile

Actions

Upgrade Instructions » History » Revision 5

« Previous | Revision 5/27 (diff) | Next »
Amber Herold, 04/22/2010 01:44 PM


Upgrade Instructions

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.

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

< Complete Installation | Appion User Guide >


Updated by Amber Herold about 14 years ago · 5 revisions