On Wed, Mar 12, 2014 at 05:51:31PM +0000, Schuster, David wrote:
> Does it matter what user I am when I run this?  Postgre, dspace, root?

An interesting question, since "what user I am" has two values here.

It doesn't matter what OS user you are.  The DBMS only cares what DBMS
user you are.  You should provide the DBMS credentials for the DSpace
user when upgrading the database:

  $ psql --user [dspace-dbms-user] -f 
[dspace-source]/dspace/etc/postgres/database_schema_3-4.sql [dspace-database]

You should be prompted for the DSpace DBMS user's password.

I'm updating the documentation to explain this better (I hope :-) .

-- 
Mark H. Wood, Lead System Programmer   [email protected]
Machines should not be friendly.  Machines should be obedient.

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to