On Tue, Dec 10, 2013 at 05:05:16PM +0000, Paul & Caroline Lewis wrote: > perl utils/postgis_restore.pl /some_location/db.backup | psql -h > aws-auth-stuff.aws-region.rds.amazonaws.com -p 5432 -U user database 2> > errors.txt > All this does is ask for the DB password and once entered just returns to the > terminal prompt. No error messages. > Can anyone advise on what I may be doing wrong.
The error message would be in "errors.txt", as per your redirection request. Try: cat errors.txt Or: more errors.txt --strk; _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
