Re: Database upgrade from 8.4.7 to 9.1.4

From: desmodemone <desmodemone(at)gmail(dot)com>
To: Alanoly Andrews <alanolya(at)invera(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Database upgrade from 8.4.7 to 9.1.4
Date: 2014-02-25 21:20:45
Message-ID: CAEs9oFk0SxYxZEpd7WWoo_8SHHU9bGLtrt+e-S3pna1xC3VGzQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

2014-02-25 21:21 GMT+01:00 Alanoly Andrews <alanolya(at)invera(dot)com>:

> Hello,
>
> OS level= AIX 6.1.9
>
> I'm testing out an upgrade of an existing postgres 8.4.7 instance to
> 9.1.2, using "pg_dumpall". All went well until the final step in which the
> data is to be restored. I gave the following command:
>
> psql -d database -f outputfile
>
> This command creates all the tables, starts loading some tables and then
> suddenly comes to a halt on a "lo_create" line where it seems to be waiting
> for user input. See below the last screen output of the psql command:
>
> ALTER TABLE
> CREATE TABLE
> ALTER TABLE
> CREATE TABLE
> ALTER TABLE
> CREATE TABLE
> ALTER TABLE
> CREATE TABLE
> ALTER TABLE
> CREATE TABLE
> ALTER TABLE
> CREATE TABLE
> ALTER TABLE
> CREATE TABLE
> ALTER TABLE
> CREATE TABLE
> ALTER TABLE
> CREATE TABLE
> ALTER TABLE
> lo_create
> -----------
> 102660
> (1 row)
>
> Standard input: END
>
>
> At this stage, if I press ENTER, the lo_create moves on to the next row,
> and so on. See below the result of a sequence of ENTER hits:
>
> 114811
> (1 row)
>
> lo_create
> -----------
> 114812
> (1 row)
>
> lo_create
> -----------
> 114813
> (1 row)
>
> lo_create
> -----------
> 114814
> (1 row)
>
> lo_create
> -----------
> 114815
> (1 row)
>
>
> So it appears that the program needs the user to press the ENTER key (or
> the space key) to move on to the next row. If you do not press any key,
> nothing happens. The load does not proceed, as I confirmed by looking at
> the growth of files in the PGDATA area. I exited by killing the psql
> session.
>
> Is there a way to force the load of all rows without user input?
>
> Thanks.
>
> Alanoly Andrews.
> alanolya(at)invera(dot)com
> ****************************************************
> This e-mail may be privileged and/or confidential, and the sender does not
> waive any related rights and obligations. Any distribution, use or copying
> of this e-mail or the information it contains by other than an intended
> recipient is unauthorized. If you received this e-mail in error, please
> advise me (by return e-mail or otherwise) immediately.
>
> Ce courriel est confidentiel et protégé. L'expéditeur ne renonce pas aux
> droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou
> copie de ce message ou des renseignements qu'il contient par une personne
> autre que le (les) destinataire(s) désigné(s) est interdite. Si vous
> recevez ce courriel par erreur, veuillez m'en aviser immédiatement, par
> retour de courriel ou par un autre moyen.
> ****************************************************
>
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

Hello Alanoly ,
which option you use to do the pg_dumpall ? did
you use insert mode or copy mode?

Have a nice day

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2014-02-25 22:02:04 Re: Database upgrade from 8.4.7 to 9.1.4
Previous Message Alanoly Andrews 2014-02-25 20:21:15 Database upgrade from 8.4.7 to 9.1.4