Re: Unable to dump database using pg_dump

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Adam Dear <adear(at)usnx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, pgsql-general(at)postgresql(dot)org
Subject: Re: Unable to dump database using pg_dump
Date: 2008-06-12 16:54:55
Message-ID: 20080612165455.GH5534@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adam Dear wrote:
> Let me ask this question. Is there any other option for moving data
> from one server to another that doesn't involve pg_dump? If I can get
> the data out of this server, and onto my new one I don't care if the old
> server gets fixed. I just need the data. The new server already has
> the table structure, I just need the most current data to put into the
> server.

Yes, you can use COPY table TO STDOUT. This can probably be piped
directly from one server to the other.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-06-12 16:55:46 Re: Unable to dump database using pg_dump
Previous Message Joshua D. Drake 2008-06-12 16:54:13 Re: Unable to dump database using pg_dump