I've a *.backup file from postgres 9. I uninstalled postgres and
installed OpenGeoSuite 4.0.2.

How can I restore this file in pgadmin3?

You can do it in the command line, like this:
/usr/bin/pg_restore --host localhost --port 5432 --username "user name" --dbname "your data base name" --no-password --verbose "/path to file/file name.backup"
Not sure know but maybe you need first to create a empty database.

Or with PgAdmin, right click in the data base and choose restore.

Cheers,

Eloi

_______________________________________________
postgis-users mailing list
[email protected]
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

Reply via email to