DB replicators comparison; (vs. DB upgrade via pg_dump)

From: <ogjunk-pgjedan(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: DB replicators comparison; (vs. DB upgrade via pg_dump)
Date: 2005-05-15 06:00:20
Message-ID: 20050515060020.26089.qmail@web31105.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

I am about to upgrade from 7.3.4 to 8.0.3, and I read that using a DB
replication tool is a good way to go about it.

I see there are multiple replicator choices:
Slony-I
Daffodil Replicator
Mammoth Replicator

I was wondering if anyone has tried any 2 or 3 of them, and could share
the experiences.

My upgrade will be over WAN (old DB and new DB are in different hosting
facilities), and it's for a fairly small DB:

# du -sh ~postgres/data
4.6G /var/lib/pgsql/data

Oh, and couldn't I just pg_dump my old DB, scp the file over to the new
DB host, and use psql -f dump-file-here ? Seems simpler than messing
with replicators.

Thanks,
Otis

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2005-05-15 21:42:53 Re: [ADMIN] Permissions not removed when group dropped
Previous Message S Murthy Kambhampaty 2005-05-15 00:42:55 Re: PGDG RPMS and integer-datetimes support