copy entire database to a second machine

From: John McKown <jmckown(at)prodigy(dot)net>
To: PostgreSQL general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: copy entire database to a second machine
Date: 2000-09-01 17:48:19
Message-ID: Pine.LNX.4.21.0009011245150.29711-100000@linux2.johnmckown.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This was really asked on another list, but I think it is interesting. Is
there a way to copy an entire database to a second machine other than
doing a pgdump? I.e. use ftp to copy the entire subdirectroy. But then how
to update the system tables? I couldn't think of one that was easy. I
guess a C program could do it by doing appropriate queries on the source
server and sending the information to the destination server.

Just curious,
John

Browse pgsql-general by date

  From Date Subject
Next Message Dave Smith 2000-09-01 18:02:17 Re: Increasing system speed by using -F option
Previous Message Mitch Vincent 2000-09-01 17:31:14 Re: Increasing system speed by using -F option