From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Tory M Blue <tmblue(at)gmail(dot)com> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: pg_upgrade |
Date: | 2011-12-08 20:14:52 |
Message-ID: | 201112082014.pB8KEq616142@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Tory M Blue wrote:
> >From my last report I had success but it was successful due to lots of
> manual steps. I figured it may be safer to just create a new rpm,
> installing to pgsql9 specific directories and a new data directory.
>
> This allows pg_upgrade to complete successfully (so it says). However
> my new data directory is empty and the old data directory now has what
> appears to be 8.4 data and the 9.1 data.
>
> /data is olddatadir original data dir
>
> [root(at)devqdb03 queue]# ll /data/queue
> total 12
> drwx------ 2 postgres dba 4096 2011-12-07 09:44 16384
> drwx------ 3 postgres dba 4096 2011-12-07 11:34 PG_9.1_201105231
> -rw------- 1 postgres dba 4 2011-12-07 09:44 PG_VERSION
That sure looks like a tablespace to me, not a data directory.
>
> /data1 is the new 9.1 installed location.
> [root(at)devqdb03 queue]# ll /data1/queue/
> total 0
>
> Do I have to manually move the new PG_9.1..... data to /data1 or. I'm
> just confused at what I'm looking at here.
>
> If I don't move anything and start up the DB , I get this
>
> psql (8.4.4, server 9.1.1)
> WARNING: psql version 8.4, server version 9.1.
> Some psql features might not work.
> Type "help" for help.
>
> Sorry my upgrade process has been an ugly mess :)
You are using an 8.4.4 psql to connect to a 9.1.1 server.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-12-09 03:28:15 | Re: Slow query after upgrade from 8.2 to 8.4 |
Previous Message | Shaun Thomas | 2011-12-08 17:52:38 | Re: Slow query after upgrade from 8.2 to 8.4 |