From: Michael S. <msa...@pc...> - 2005-10-19 19:50:00
|
All, I've committed a small utility to the GUS trunk that will perform a de-installation of GUS from a database (Oracle or Postgres). The utility does not affect any files in the file system (i.e. $GUS_HOME or $PROJECT_HOME). THIS WILL DELETE DATA! The script drops all of the GUS schemas/users (i.e. DoTS, Sres, and so on, including the corresponding version schemas/users). All tables in these schemas will be remove. To get it, do an svn checkout or update of the GusAppFramework project. You must then build by doing a build GUS install -append. Finally, run: $ dbaDeinstallGus It will use the properties in your $GUS_HOME/config/gus.config file, and ask for confirmation. Please be careful to double check the database connection string. You must have dba privileges to use this tool. Please let me know if you have any questions- --Mike |