View Single Post

   
  #3 (permalink)  
Old 04-12-2008, 05:02 AM
Andrew Dunstan
 
Posts: n/a
Default Re: Backup and restore through JDBC

Marlon Petry wrote:
>
> The idea is to make one pg_dump of the server and to keep in the
> machine of client.
> And to restore this pg_dump when it will be necessary through the
> machine of the client.
> Perhaps I will have that to use some store procedure in the server, I
> do not know
>
>


pg_dump and pg_restore do not need to run on the server machine. Why not
just run them where you want the dump stored?

cheers

andrew

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote