ReplicaDB icon indicating copy to clipboard operation
ReplicaDB copied to clipboard

ReplicaDB is open source tool for database replication, designed for efficiently transferring bulk data between relational and non-relational databases

Results 50 ReplicaDB issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1. Release notes Sourced from postgresql's releases. 42.4.0 What's Changed Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @​svendiedrichsen in pgjdbc/pgjdbc#2519 fix: return correct...

dependencies

Hi @osalvador, we have encountered a problem integrating data using ReplicaDB from a Denodo 7 source to an Oracle 11 destination. The null value in an INTeger data type in...

suggest: --source-table support multiple tables separate with comma --source-table support * or regular expressions like [a-z].* --source-table support another option file, which contains table names separate with comma like table1,table2,table3

enhancement

suggest add option to create the sink table if not exist

enhancement

can we introduce SAP HANA DB support ?

Hi @osalvador , When do you implement MongoDB replicator.

We are trying to do a data dump from oracle to postgres. On some larger tables(>120GB) we are seeing some errors. ERROR ReplicaTask:72 ERROR in TaskId-0 inserting data to sink...

enhancement

sandeepraghuvanshi@Sandeeps-MacBook-Pro ReplicaDB % docker run \ -v /tmp/replicadb.conf:/home/replicadb/conf/replicadb.conf \ osalvador/replicadb Unable to find image 'osalvador/replicadb:latest' locally latest: Pulling from osalvador/replicadb docker: no matching manifest for linux/arm64/v8 in the manifest list...

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.7 to 42.7.2. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.1 Fixed regressions since 42.7.0 Revert "Use canonical DateStyle name (#2925)" @​vlsi (#3035) Revert "feat: support SET statements...

dependencies

**Describe the bug** A clear and concise description of what the bug is, with verbose log. **To Reproduce** Steps to reproduce the behaviour: 1. Source table DDL 2. Sink table...