Login  Register

Re: backup & Restore Newgenlib

Posted by Darshangera on Nov 20, 2010; 6:32am
URL: http://ngl.70.s1.nabble.com/backup-Restore-Newgenlib-tp5739218p5757546.html


Take Plain backup of Db along with insert command option from working environment.

Then go to restore server and execute following:

C:\Program Files\PostgreSQL\8.0\bin
psql -d newgenlib -U postgres
\i c:/backupfilename.backup

It works