All,

I have a postGIS database that I am moving to a new machine.  I tried these 
forms of dump and restore, which have worked on other databases:

pg_dump -Fc db > db.dump

createdb newdb

pg_restore -v -d newdb db.dump

But for this database restore hangs on the first table, which is full of 
rasters, as are most of the tables in this database.  Are there any other flags 
or techniques that I should be using?

Thanks,
Steve


Stephen Crawford

Center For Environmental Informatics

The Pennsylvania State University

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

Reply via email to