On Wed, Apr 07, 2010 at 01:40:16AM -0700, Vinsenso wrote: > I am a little confused about steps for upgrading dspace in : > http://www.dspacedev2.org/1_6_0Documentation/ch04.html#N10F06 > http://www.dspacedev2.org/1_6_0Documentation/ch04.html#N10F06 > > my question is : > * step 7 for postgreSQL (I use postgreSQL 8.4) : > Using what to execute the command ?
Um, 'psql', as the example says. Or do you mean, what OS user should you be at this point? it doesn't matter; the DBMS user determines your access to the DBMS. > * step 8 (I skip the step 7 because I don't understand :-D): > after step 8, there are somefile with type *.new (ex: dspace.cfg.new). > Then I delete dspace.cfg > (dspace 1.5.2) and rename dspace.cfg.new to dspace.cfg. > I do the similar thing to another file that have *.new. > Is that correct ? Probably not. You should work through the .new file, copying your old settings where they make sense, interpreting your old settings where meanings or names have changed, and inspecting new settings and adjusting their values when it makes sense to do so. Then move the old file out of the way (in case you need to consult it again) and rename the .new file to the working name. There are extensive notes in the upgrade instructions on the new and changed configuration parameters. But the installer can't do this work for you; the task requires your knowledge and judgment. > * step 10 : > when I run the index-init. there is an error like this : > > C:\DSpace\bin>dspace index-init > Using DSpace installation in: C:\DSpace > Exception: org.postgresql.util.PSQLException: ERROR: column "authority" does > not > exist It's quite likely that this happens because you skipped step 7. -- Mark H. Wood, Lead System Programmer [email protected] Balance your desire for bells and whistles with the reality that only a little more than 2 percent of world population has broadband. -- Ledford and Tyler, _Google Analytics 2.0_
pgpJU2p5jUXrL.pgp
Description: PGP signature
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

