From: | "Rudi Lausarot" <rudilb(at)gmail(dot)com> |
---|---|
To: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP????? |
Date: | 2007-06-25 17:02:43 |
Message-ID: | 8a51a9ef0706251002n2a2d18ffw4f9c5f6444df5d8f@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Cuando quiero levantar la base, usando:
./postmaster -D /var/lib/postgres/data/
me da el siguiente error:
2007-06-25 12:30:29 [3436] FATAL: database files are incompatible with
server
DETAIL: The database cluster was initialized with HAVE_INT64_TIMESTAMP but
the server was compiled without HAVE_INT64_TIMESTAMP.
HINT: It looks like you need to recompile or initdb.
como hago para solucionar lo del timestamp??
Alvaro Herrera me contesto:
Ejecuta configure nuevamente con --enable-integer-datetimes (o era
--integer-datetimes? no me acuerdo) Idealmente deberias usar las mismas
opciones a configure que el original para evitar posibles
incompatibilidades (puedes verlas con pg_config --configure, si todavia
tienes el pg_config de la version que se rompió)
Pero esto no me funcionó o yo me equivoco al usarlo.
Alguna otra opcion?
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2007-06-25 17:18:43 | Re: HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP????? |
Previous Message | CArlos Tineo | 2007-06-25 16:22:36 | separador de campos |