|
From: Michael S. <msa...@pc...> - 2005-06-28 13:09:39
|
Hi Jian, On 6/27/05 6:00 PM, "Jian Lu" <jl...@vb...> wrote: > GUS 3.5 installation (schema and application) succeeded! > > Thanks for Mike and Haiming's help. Great. Glad that you're up and running. > > Some concerns about upgrading 3.0 to 3.5: > > 1) 3.0 has separate tablespaces for each name space and its index. Do > you want to keep those tablespaces or merge them into one? We anticipate that most installations of GUS really only need one tablespace, since data storage parameters are likely to be the same for all GUS tables. This being said, I could foresee someone wanting to run standard tables in archivelog mode, and version tables in noarchivelog mode. One of my to do items for the next release is to better support the multiple tablespaces. > 2) If you have data on 3.0, data migration would be nontrivial. Do you > want to upgrade your schema based on the current one or export all data > from 3.0 database and import them into 3.5? Yes, hopefully this has been made clear over the last several months. There is no current upgrade path from 3.0 to 3.5. I hope to provide guideline upgrade scripts within the next week or two. Exporting and re-Importing will not work without some type of data transformations. --Mike > > Any others? |