Re: The database cluster was initialized without HAVE_INT64_TIMESTAMP

From: Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com>
To: Oswaldo Hernández <listas(at)soft-com(dot)es>
Cc: Lista Postgres <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: The database cluster was initialized without HAVE_INT64_TIMESTAMP
Date: 2009-05-20 14:35:42
Message-ID: f205bb120905200735p70d38350o8688716a2c9102d2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El día 20 de mayo de 2009 11:32, Oswaldo Hernández
<listas(at)soft-com(dot)es> escribió:
> Emanuel Calvo Franco escribió:
>>
>> El día 20 de mayo de 2009 10:54, Oswaldo Hernández
>> <listas(at)soft-com(dot)es> escribió:
>>>
>>> Hola,
>>>
>>> Tengo los archivos de un cluster creado con la version 7.4 para
>>> actualizar.
>>>
>>> He descargado los fuentes de la 7.4.25 y compilado utilizando el flag
>>> '--enable-integer-datetimes' en el configure segun:
>>> <http://archives.postgresql.org/pgsql-es-ayuda/2009-02/msg00307.php>.
>>>
>>> Pero al intentar iniciarlo falla y continua mostrando el mensaje:
>>>
>>> FATAL:  database files are incompatible with server
>>> DETAIL:  The database cluster was initialized without
>>> HAVE_INT64_TIMESTAMP
>>> but the server was compiled with HAVE_INT64_TIMESTAMP.
>>> HINT:  It looks like you need to recompile or initdb.
>>>
>>> ¿Alguna sugerencia?
>>>
>>>
>>
>> recompilaste el código con HAVE_INT64_TIMESTAMP pero tu data sigue
>> estando en el timestamp común.
>> Hicistes un pg_dump previo?
>>
>
> No, no hay dump. La empresa que le instalo el sistema al cliente hacia el
> backup de la carpeta data en vez de utilizar pg_dump.
>

Conseguite la versión anterior, o compilala nuevamente sin timestamp_64.
Dumpea la data.
Tendrías que inicializar un /data nuevo con initdb.
Restaurar la data en el nuevo cluster.

--
Emanuel Calvo Franco
Sumate al ARPUG !
( www.arpug.com.ar)
ArPUG / AOSUG Member

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Julio Cesar Rodriguez Dominguez 2009-05-20 14:54:44 Re: Diferencia de tiempo
Previous Message Oswaldo Hernández 2009-05-20 14:32:01 Re: The database cluster was initialized without HAVE_INT64_TIMESTAMP