Re: [urgent]need help transferring database to another server

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [urgent]need help transferring database to another server
Date: 2003-02-25 13:35:47
Message-ID: 20030225083547.F16284@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 25, 2003 at 08:12:50AM -0500, Peter Choe wrote:
> i am unable to do a pg_dumpall for some reason, so i was wondering if i
> copy the data directory from server to another, will the new server be able
> to read the data and i can dump the data?

It _should_ work.

Note, however, that pre-WAL versions of PostgreSQL are not really
crash safe. There is a possibility that your data is in an
inconsistent state.

Are you _really_ stuck with 6.5? I'd strongly suggest you
investigate upgrading after you recover your data, if you can.

A

--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Perrin 2003-02-25 14:14:07 Re: Can postgresql be run in memory (like a memory resident
Previous Message Andrew Sullivan 2003-02-25 13:22:09 Re: 7.4?