Olá, amigos.

Recentemente recompilei o PostgreSQL 8.0 a partir do fonte porque era necessário para a recuperação de um BD.
Mas agora ele aparece o seguinte:

postg...@desenvolvimento:/home/pmpr/postgre014$ 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.

Vi num fórum que era necessário reconfigurar e recompilar, com a opção --enable-integer-datetimes. Então fiz:

./configure --enable-integere-datetimes (ok)
./make (ok)
./make install (ok)

Instalação OK.
Dentro do arquivo config.status diz assim:

PostgreSQL config.status 8.0.19
configured by ./configure, generated by GNU Autoconf 2.53,
  with options \"'--enable-integer-datetimes'\"

Mas quando eu tento iniciar o banco (pg_ctl) ele dá exatamente a mesma mensagem de erro.... :(
Alguém já passou por isso?

Att,
Rodrigo Kravetz de Oliveira:.
_______________________________________________
pgbr-geral mailing list
pgbr-geral@listas.postgresql.org.br
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a