Re: backup plugin - Mailing list pgadmin-hackers

From Dave Page
Subject Re: backup plugin
Date
Msg-id FED2B709E3270E4B903EB0175A49BCB10475A2@dogbert.vale-housing.co.uk
Whole thread Raw
In response to backup plugin  (Brian <brian0@optonline.net>)
Responses Re: backup plugin  ("Mark A. Taff" <mark@libertycreek.net>)
List pgadmin-hackers

> -----Original Message-----
> From: Brian [mailto:brian0@optonline.net]
> Sent: 19 February 2002 04:32
> To: pgadmin-hackers@postgresql.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.

pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: [ODBC] Unicode support
Next
From: "Mark A. Taff"
Date:
Subject: Re: backup plugin