MichalisDBA
MichalisDBA
@sandeepraghu Hi. I think replicadb does not have a docker image for arm64/v8 published.
> > > I was getting this error as well. My issue was that my DC's aren't running DNS, so when it tries to do the service status check, there...
Hey @davegartside what is the Column Type of MySQL and MSSQL? Have you tried to convert the source column to string and transfer it to the sink INT column?
I have done something similar from MSSQL to Oracle. As long as the sink Data are correct nothing to worry. I don't know the internal mechanics of jdbc. Maybe @osalvador...
Hey @RepallePrabhakar Have you tried to increase the `wsrep_max_ws_rows` and `wsrep_max_ws_size`? https://mariadb.com/kb/en/galera-cluster-system-variables/#wsrep_max_ws_rows https://mariadb.com/kb/en/galera-cluster-system-variables/#wsrep_max_ws_size
Hi @sandeepraghu Theoretically unlimited. I have copied from a MSSQL to Azure MSSQL aprox 50million rows at no problem. Try to use the java binary instead of docker.
I have a Linux VM running AlmaLinux (RHEL Clone) Let's say you a have a user `sandeepraghu`, the home dir path is: ### User home path `/home/sandeepraghu` ### Install JAVA...
Create the appropriate conf file and run `replicadb --options-file replicadb.conf` also read the docs are very comprehensive https://osalvador.github.io/ReplicaDB/index.html#full-documentation and try the configuration wizard https://osalvador.github.io/ReplicaDB/wizard/index.html
Yes you can create cron schedules. Type `cron -e` and edit the cron file. Don't forget to add the `JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.402.b06-2.el9.x86_64/jre` inside the cron file at the top so that cron...
Do something like this. Go to the directory that you have all replicadb .conf files and run: `for file in *.conf; do replicadb --options-file "$file"; done`