Re: Increasing RAM for more than 4 Gb. using postgresql - Mailing list pgsql-performance

From Dave Cramer
Subject Re: Increasing RAM for more than 4 Gb. using postgresql
Date
Msg-id 41EE6389.8020303@fastcrypt.com
Whole thread Raw
In response to Re: Increasing RAM for more than 4 Gb. using postgresql  (Richard Huxton <dev@archonet.com>)
List pgsql-performance
You can *not* go from any major release to another major release using
any kind of file backup. Please use pg_dump.

Additionally there are known issues dumping and restoring from 7.3 ->
7.4 if you use the default copy command. Use the pg_dump --inserts option.

I would still tar the directory just in case you *have* to fall back to
7.3 for some reason (Better safe than sorry )

Dave

Richard Huxton wrote:

> amrit@health2.moph.go.th wrote:
>
>> I would like to upgrade both OS kernel and PGsql version , so in my
>> opinion the
>> best way to handle it is to *backup* the data in .tar
>
>
> Just remember if you're going from 7.3.2 => 7.4.x or 8.0 then you'll
> need to use pg_dump not just tar up the directories. If you do use
> tar, remember to backup *all* the directories.
>
> --
>   Richard Huxton
>   Archonet Ltd
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if
> your
>      joining column's datatypes do not match
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561


pgsql-performance by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Increasing RAM for more than 4 Gb. using postgresql
Next
From: Alan Stange
Date:
Subject: Re: Swapping on Solaris