Re: Backup tool

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Brian'" <bward(at)guinness(dot)cs(dot)stevens-tech(dot)edu>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Backup tool
Date: 2001-11-09 08:17:17
Message-ID: AA30E7BCCA5C1D4E88A231900F8325C00C59@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Brian [mailto:bward(at)guinness(dot)cs(dot)stevens-tech(dot)edu]
> Sent: 09 November 2001 04:01
> To: pgadmin-hackers(at)postgresql(dot)org
> Subject: [pgadmin-hackers] Backup tool
>
>
> Any plans to add a backup functionality to the pgadmin tool?

No, there aren't I'm afraid. pg_dump or pg_dumpall should always be used for
backing up your database. They are potentially more reliable as they can run
on the database server itself, and also provide a more secure backup in case
we were to get the reverse engineering of objects slightly wrong :-(

Regards, Dave.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2001-11-09 10:21:28 Re: UTF-8
Previous Message Brian 2001-11-09 04:01:17 Backup tool