In [dspace]/config/dspace.cfg, find the property 'db.url'.  That
specifies which database to connect.  If you're using PostgreSQL, it
looks something like this:

  db.url = jdbc:postgresql://localhost:5432/dspace

Replace "dspace" with the name of the database you want to use.
Likewise, if you wanted to put your database(s) on a different host,
you would replace "localhost" with the name or address of that host,
and if you for some reason wanted to run PostgreSQL on a different
port you'd replace "5432".

You can indeed use the same username and password for all of your
DSpace databases, so long as that database user is authorized for
appropriate access to each of them.  Whether you *should* is another
question, one which only you can answer.  I create separate
credentials for every production DSpace instance.

I have one production box with three DSpace instances, and a
development-environmnent box with, oh, probably a dozen by now.  I was
hesitant at first, but it works well.

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is "intuitive" he
means the exact opposite.

Attachment: pgpzcsKzJkfQJ.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to