Re: Synchronizing Data?

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Synchronizing Data?
Date: 2000-11-06 22:51:51
Message-ID: 024701c04844$2ef5a380$50824e40@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I'd be glad to. Here's the deal:
>
> I have a client who has a Linux (RedHat 6.2) server that he uses to
> add/modify/delete records for his e-comm site. He is on a metered ISDN
line
> (only thing availble in the area for what he wanted to spend...) and does
not
> what to be 'online' (it's so screwed up...) to add all of his records.
> Anyway...so he's adding/modifying/deleting records on his local server and
we
> need to get that data up to the web server. In addition to putting his
changes
> up, we need to remove any ordered items (from the web site) from the
database,
> once he has synchronized it with his most recent data. Then, obviously, it
> needs to go back down to his local machine so he has the most current
records
> to work with. It's really a big mess. Any ideas? Thanks,

It seems like it's not something that needs to be done in real-time. Am
I correct? If so, then soing a pg_dumpall, gzip it up, and restore on the
other server is probably the way to go.

steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Lane 2000-11-07 00:04:47 Redundant PostgreSQL Servers
Previous Message joe 2000-11-06 22:43:42 Re: Synchronizing Data?