Re: [ADMIN] Syncing DBs prior to RServ replication

2003-06-20 Thread Michael A Nachbaur
Just a note to everyone. I finally managed to scrape enough time out of my tasklist (by staying late) so I could try this out. Besides some difficulty with having a RedHat 7.1 / PGSQL 7.2 box on one end and a Mandrake 9.1 / PGSQL 7.3 box on the other end, everything worked without a hitch. Th

Re: [ADMIN] Syncing DBs prior to RServ replication

2003-06-20 Thread Andrew Sullivan
On Mon, Jun 09, 2003 at 03:24:32PM -0700, Michael A Nachbaur wrote: > I'm looking at syncronizing two database servers with RServ (production / "hot > standby"), and I'm trying to figure out a way to get the initial database on > the slave server syncronized with the master. > > Normally, I woul

Re: [ADMIN] Syncing DBs prior to RServ replication

2003-06-11 Thread Murthy Kambhampaty
I think you'd benefit from a two-stage Rsync (this was discussed on this list in the past few months): 1. Rsync the $PGDATA cluster from the "hot" server to the "standby" server, with the postmaster running 2. Stop the postmaster and perform the same rsync again (this will take only a few seconds

Re: [ADMIN] Syncing DBs prior to RServ replication

2003-06-10 Thread Mendola Gaetano
"Michael A Nachbaur" <[EMAIL PROTECTED]> wrote: > I'm looking at syncronizing two database servers with RServ (production / "hot > standby"), and I'm trying to figure out a way to get the initial database on > the slave server syncronized with the master. > > Normally, I would 1) turn off all clien