Re: AWS Database Migration Errors Post migration

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: AWS Database Migration Errors Post migration
Дата
Msg-id 28a63492-c181-b351-3ebc-f6ec7002f095@catalyst.net.nz
обсуждение исходный текст
Ответ на AWS Database Migration Errors Post migration  (bala jayaram <balajayaram22@gmail.com>)
Список pgsql-admin
Hi,

On 28/03/18 01:23, bala jayaram wrote:
> Hi Team,
>
> We are seeing this error after the migration from EC2 plain instance 
> into RDS based Postgresql.
>
> Version: 9.5
> Error/Exception:
> Occuring Frequently.
>
> 2018-02-05T20:12:19 [TARGET_LOAD ]E: Command failed to load data with 
> exit error code 1, Command output: psql: /usr/lib64/libcom_err.so.2: 
> no version information available (required by 
> /rdsdbbin/attunity-2.4.0.R2/lib/libgssapi_krb5.so.2), psql: 
> /usr/lib64/libcom_err.so.2: no version information available (required 
> by /rdsdbbin/attunity-2.4.0.R2/lib/libkrb5.so.3), ERROR: date/time 
> field value out of range: "0000-00-00 00:00:00.000000", CONTEXT: COPY 
> ******, line 445050, column end_date: "0000-00-00 00:00:00.000000" 
> [1020403] (csv_target.c:883)
>
> Could you please comment on this?
>
>
This is the problem:

ERROR: date/time field value out of range: "0000-00-00 00:00:00.000000",

that 'all zero' date is not a valid date as far as Postgres is 
concerned. I don't think the error is specific to RDS - no Postgres 
version will load such a value into any actual date type field.

regards
Mark


В списке pgsql-admin по дате отправления:

Предыдущее
От: Artem Tomyuk
Дата:
Сообщение: Re: autovacuum: vacuum analyze vs autovacuum: vacuum
Следующее
От: Gopi Setty
Дата:
Сообщение: Re: Backup Tool