Re: Help with data transfer please

From: terry(at)greatgulfhomes(dot)com
To: "'Andrew Sullivan'" <andrew(at)libertyrms(dot)info>, "'pgsql-general'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Help with data transfer please
Date: 2002-06-10 20:30:26
Message-ID: 003001c210bd$a83e1720$2766f30a@development.greatgulfhomes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It is my understanding that copying the files that reside in the data
directory are not sufficient for a backup/restore, (because there are file
pointers within the data files I believe, pointers which are no longer valid
on a different server because different blocks get assigned to different
files). Therefore it follows that an rsync would not be sufficient to keep
the database in sync.

Someone please correct me if my understanding is wrong.

Terry Fielder
Network Engineer
Great Gulf Homes / Ashton Woods Homes
terry(at)greatgulfhomes(dot)com

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of
> Andrew Sullivan
> Sent: Monday, June 10, 2002 3:34 PM
> To: pgsql-general
> Subject: Re: [GENERAL] Help with data transfer please
>
>
> On Mon, Jun 10, 2002 at 08:40:36PM +0200, tony wrote:
>
> > > Alternatively, since the database can (presumably) be
> shut down every
> > > night, why not shut down the postmaster at each end and
> use rsync to
> > > synchronise the data directories? (I haven't tested
> that, and don't
> > > know if it'll work, but I think it should.)
> >
>
> > Set up a cron job that dumps the database.
> > SCP the dump from one machine to the other.
> > Drop the database and recreate it.
> > Import the dump file.
>
> But he said he was trying to reduce long-distance charges as much as
> possible. Wouldn't rsync (maybe over ssh) keep those charges lower?
> A full dump file on a database of any size can get pretty big, and if
> only one or two data files have changed in the period, you'd only
> need to copy the changes with rsync. (As I said, I don't know if
> it would work, but it'd be worth testing.)
>
> A
>
> --
> ----
> Andrew Sullivan 87 Mowat Avenue
> Liberty RMS Toronto, Ontario Canada
> <andrew(at)libertyrms(dot)info> M6K 3E3
> +1 416 646 3304 x110
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-06-10 20:37:27 Re: logging to a file
Previous Message Jim Caley 2002-06-10 20:18:01 Re: logging to a file