Upgrade Instructions » History » Revision 2
Revision 1 (Amber Herold, 04/06/2010 01:37 PM) → Revision 2/27 (Amber Herold, 04/16/2010 09:32 AM)
h1. Upgrade Instructions Notes on updating a current installation 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>