Project

General

Profile

Upgrade Instructions » History » Version 1

Amber Herold, 04/06/2010 01:37 PM

1 1 Amber Herold
h1. Notes on updating a current installation
2
3
h3. Preliminary steps if you have an existing project database from a previous installation 
4
5
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.
6
7
<pre>
8
$ mysql projectdata -u usr_object
9
mysql> drop table install;
10
mysql> exit
11
</pre>