On Thu, Mar 15, 2012 at 11:16, Lewatle Phaladi <[email protected]> wrote: > -bash-3.00$> > ./dspace-1.8.0-src-release/dspace/etc/postgres/database_schema_17-18.sql
This is not a bash script, it's an sql script. You need to feed it to a postgres client, e.g.: psql -U [dspace-user] -f [dspace-source]/dspace/etc/postgres/database_schema_17-18.sql [database name] See Step 8 here: https://wiki.duraspace.org/display/DSDOC18/Upgrading+From+1.6.x+to+1.7.x Regards, ~~helix84 ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

