DMS task fails when Postgres DateStyle parameter is not ISO
0
Hi everyone.
I need to replicate some tables from a Postgres 11.14 database on an Amazon EC2 instance with DMS.
When I start the DMS task, it fails and the log shows me that the problem has to do with the configuration of the parameter DateStyle in the source system (Postgres).
In the source this parameter is set to 'SQL, DMY' and DMS tells me that needs it set up to 'ISO' to do the replication.
2022-06-08T21:22:00 [SOURCE_CAPTURE ]E: Bad setting for 'DateStyle' parameter. WAL connection setup is expecting 'ISO'. [1020452] (postgres_endpoint_wal_engine.c:1341)
I cannot change this configuration in the source because there we have a Core that needs this parameter to be configured like that ('SQL, DMY').
Is there another way in which we can replicate without having to change this parameter?
Thanks in advance.
asked 25 days ago18 views
1 Answers
0
Can you use Logical Replication (which is far better than DMS) to replicate instead? What is the target?
answered 24 days ago
Relevant questions
DMS Migration MongoDB source and RDS Postgres as destination
Accepted Answerasked 18 days agoResolution for Fatal error when using DMS for on-going replication from RDS Postgres to S3
Accepted Answerasked a year agoETL from an Oracle database into RDS Postgres too slow
Accepted Answerasked 2 years agoDMS task fails when Postgres DateStyle parameter is not ISO
asked 25 days agodoes AWS DMS support partition tables from postgres
asked 6 months agoAWS DMS Replication Task
asked a month agoRefactoring from Oracle to postgres, Do I need to drop foreign key constraitns at postgres
asked 2 days agoUsing DMS CDC for Oracle to Postgres
asked 4 days agoDMS service for aurora postgres doesnt accept a view as source for full load process
asked 3 months agoApplying column filters in DMS Task for source MongoDB and target Postgres
asked 17 days ago