From: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "'Brian'" <brian0(at)optonline(dot)net>, pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: backup plugin |
Date: | 2002-02-19 08:34:13 |
Message-ID: | FED2B709E3270E4B903EB0175A49BCB10475A2@dogbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
> -----Original Message-----
> From: Brian [mailto:brian0(at)optonline(dot)net]
> Sent: 19 February 2002 04:32
> To: pgadmin-hackers(at)postgresql(dot)org
> Subject: [pgadmin-hackers] backup plugin
>
>
> Any plans to make a backup plugin or option on the admin tool
> to backup databases?
Brian,
I have no intention of *ever* implementing such a plugin. The first time
someone's backup failed I'd be directly in the firing line :-).
Seriously though, you should make use of pg_dump/pg_dumpall on the server
end to perform your backups (I run pg_dumpall from a script fired by cron,
which then also dumps the whole system to DAT tape). It will always be the
most reliable method of backup, and reliability is by far the most important
thing with backups.
Regards, Dave.
From | Date | Subject | |
---|---|---|---|
Next Message | tony | 2002-02-19 08:46:27 | Re: Extending PostgreSQL |
Previous Message | Jean-Michel POURE | 2002-02-19 08:27:56 | Re: [ODBC] Unicode support |