RE: backup of my database...

From: Matthew <matt(at)ctlno(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: RE: backup of my database...
Date: 2000-05-04 13:46:50
Message-ID: 183FA749499ED311B6550000F87E206C0C916A@SRV
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Everything I have read indicates that there is no need to take down the
database server before doing a backup. This is true regardless of the
number of connected users and what they are working on at the time. In
fact pg_dump fails unless postmaster is running. The only reason you
would want to stop the server is if you backed up from the filesystem
using tar.

> -----Original Message-----
> From: Nicolas Huillard [SMTP:nhuillard(at)ghs(dot)fr]
> Sent: Thursday, May 04, 2000 3:29 AM
> To: pgsql-admin(at)postgresql(dot)org
> Subject: RE: [ADMIN] backup of my database...
>
> I don't understand the answer : you mean it is possible to backup
> (pg_dump) while users are still connected to the DB ? And this should
> be available only for version 7 ? Not versions 6.5.x ?
>
> Nicolas Huillard
>
> -----Message d'origine-----
> De: Herbert Rabago Ambos [SMTP:herbert(at)hindang(dot)msuiit(dot)edu(dot)ph]
> Date: jeudi 4 mai 2000 10:02
> À: Ze Luis
> Cc: pgsql-admin(at)postgresql(dot)org
> Objet: Re: [ADMIN] backup of my database...
>
>
> What version are you using.... and yes it's possible if you're using
> version 7.
>
> herbert
>
> On Wed, 3 May 2000, Ze Luis wrote:
>
> > how do i do backup of my databases in Postgresql. Must i terminate
> the
> > postmaster process or is it possible make backup with my web site
> > running and users conecteds ???
> >
> > Thank's
> >

Browse pgsql-admin by date

  From Date Subject
Next Message Vladimir V. Zolotych 2000-05-07 14:13:05 postgres types
Previous Message Matthew 2000-05-04 13:43:40 RE: Removing NOT NULL Contraint