On 25/11/2007, Pablo Alcaraz <[EMAIL PROTECTED]> wrote:
>
> Tom Lane wrote:
> > "Peter Childs" <[EMAIL PROTECTED]> writes:
> >
> >> On 25/11/2007, Erik Jones <[EMAIL PROTECTED]> wrote:
> >>
> Does the pg_dump create this kind of "consistent backups"? Or do I
> need to do the backups using
Tom Lane wrote:
"Peter Childs" <[EMAIL PROTECTED]> writes:
On 25/11/2007, Erik Jones <[EMAIL PROTECTED]> wrote:
Does the pg_dump create this kind of "consistent backups"? Or do I
need to do the backups using another program?
Yes, that is exactly what pg_dump does.
Yes
"Peter Childs" <[EMAIL PROTECTED]> writes:
> On 25/11/2007, Erik Jones <[EMAIL PROTECTED]> wrote:
>>> Does the pg_dump create this kind of "consistent backups"? Or do I
>>> need to do the backups using another program?
>>
>> Yes, that is exactly what pg_dump does.
>>
> Yes so long as you are usin
On 25/11/2007, Erik Jones <[EMAIL PROTECTED]> wrote:
>
> On Nov 25, 2007, at 10:46 AM, Pablo Alcaraz wrote:
>
> > Hi all,
> >
> > I read that pg_dump can run while the database is being used and makes
> > "consistent backups".
> >
> > I have a huge and *heavy* selected, inserted and updated databas
On Nov 25, 2007, at 10:46 AM, Pablo Alcaraz wrote:
Hi all,
I read that pg_dump can run while the database is being used and makes
"consistent backups".
I have a huge and *heavy* selected, inserted and updated database.
Currently I have a cron task that disconnect the database users,
make a
b
Pablo Alcaraz wrote:
I read that pg_dump can run while the database is being used and makes
"consistent backups".
I have a huge and *heavy* selected, inserted and updated database.
Currently I have a cron task that disconnect the database users, make a
backup using pg_dump and put the database o
Hi all,
I read that pg_dump can run while the database is being used and makes
"consistent backups".
I have a huge and *heavy* selected, inserted and updated database.
Currently I have a cron task that disconnect the database users, make a
backup using pg_dump and put the database online again.