AdamPzpn
Results
2
issues of
AdamPzpn
Trying inserting data into foregin table ends with ignore for _id parameter. Example: INSERT INTO warehouse VALUES (uuid_generate_v4()::text, 2, 'Laptop', '2015-11-11T08:13:10Z'); Creates: "_id" : ObjectId("53720b1904864dc1f5a571a0"), "warehouse_id" : 2, "warehouse_name" :...
We have setting like this: Source DB Postgre Sql 15.4 Target DB Postgre Sql 16.2 On this moment we are using 3 subscriptions from target DB and 1 subscription from...