Tool for BackUp
Started by Pedro C. Ariasalmost 23 years ago3 messagesgeneral
Hello, anybody know a tool to backup/restore remotely a Postgres database
like SQL Server.
Saludos
Pedro.
Re: Tool for BackUp
On Fri, May 16, 2003 at 10:10:06 -0300,
"Pedro C. Arias" <parias@sede.unr.edu.ar> wrote:
Hello, anybody know a tool to backup/restore remotely a Postgres database
like SQL Server.
I think normally you would want to use a combination of pgdump and ssh.
Re: Tool for BackUp
On Fri, May 16, 2003 at 10:10:06 -0300,
"Pedro C. Arias" <parias@sede.unr.edu.ar> wrote:
Hello, anybody know a tool to backup/restore remotely a Postgres database
like SQL Server.
I responded too quickly.
The command is spelled pg_dump .
You don't need ssh since pg_dump can connect to remote databases and will
use ssl if available.