It appears you are naming your database "seayourhistory"? Its looking for a database called "dspace". If your just testing out DSpace, I'd recommend just using the default "dspace". The challenge is that is is not able to find it when completing the installation, you can change the configuration in your dspace.cfg to point at "seayourhistory", its your choice.

[java] org.postgresql.util.PSQLException: FATAL: database "dspace" does not exist

Mark

On Jan 31, 2009, at 9:50 AM, Zico wrote:

On Sat, Jan 31, 2009 at 9:44 AM, Diggory Mark <mdigg...@gmail.com> wrote: Yes, you need to initially create the "dspace" user and "dspace database before running fresh install

I have already done it by the command:

For creating dspace user: createuser -U postgres -d -A -P dspace
For creating database: createdb -U dspace -h 127.0.0.1 -W -e -E UNICODE seayourhistory

~~~~~~~~~~~~~
Mark R. Diggory
http://purl.org/net/mdiggory/homepage



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to