Re: Problems upgrading from 7.1.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Geoffrey Wossum <geoffrey(at)pager(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problems upgrading from 7.1.3
Date: 2003-02-05 19:12:58
Message-ID: 28623.1044472378@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Geoffrey Wossum <geoffrey(at)pager(dot)net> writes:
> I then took that file over to test machine running PostgreSQL 7.3.1,

Er, how did you copy the file over exactly?

This smells to me like it could be a newline-formatting problem (COPY is
pretty picky about its newlines). If you passed the file through
anything that might choose to convert Unix newlines to DOS newlines,
you would have that problem.

BTW, the very best way to do this sort of upgrade is to use the newer
version's pg_dump (ie, 7.3.1's pg_dump) to extract data from the older
server. The newer pg_dump will know how to apply any SQL compatibility
adjustments that might be appropriate. I do not think that will make
any difference to a COPY-data-format problem, but it could help for
other things.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Geoffrey Wossum 2003-02-05 19:39:51 Fwd: Re: Problems upgrading from 7.1.3
Previous Message Bjoern Metzdorf 2003-02-05 17:36:33 Re: Problems upgrading from 7.1.3