3,908 questions
1 vote
1 answer
93 views
postgresql pglogical replication and Segmentation error on bidirectional replication
I am configuring a bidirectional replication between node1 and node2. The configuration of node1 as publisher and node2 as subscriber is correct: the data is replicated and no errors occur. The ...
2 votes
1 answer
46 views
Olake job CDC Replication failing at runtime ( I am using adls gen2 as destination iceberg catalag lakekeeper) [closed]
I have Olake job CDC Replication as described by Olake(https://olake.io/) with following: mysql source lakekeeper as catalog of parquet ADLS gen2 as destination with app registraction steps Source ...
0 votes
0 answers
69 views
Where to find logs for Backup Copy jobs in the Veeam database? [closed]
I've successfully traced the logs for standard Backup Jobs (Jobs -> Backup) in the Veeam database, but I'm unable to find the equivalent logs for Backup Copy Jobs (Jobs -> Backup Copy). The UI ...
1 vote
4 answers
133 views
Apply the same code, but in different columns
I already have the code I need. I just need to apply this code in different columns and I'm not being able to do it that. Right now, I'm only able to apply it in one column. That's the code below: ...
0 votes
0 answers
29 views
How do I replicate Oracle to PostgreSQL in real time with schema evolution support?
I want to replicate Oracle to PostgreSQL in real time with schema evolution support. Is there is any open source tool available? I am not using Oracle Goldengate. It is too heavy and time consuming to ...
1 vote
2 answers
87 views
How to read from SASL_SSL cluster and write to PLAINTEXT cluster?
We have source cluster with security protocol SASL_SSL and target cluster without any authorization. Just PLAINTEXT. MirrorMaker2 in kafka conenct mode writes messages about connection problem: INFO [...
0 votes
1 answer
71 views
How to know the character set use in mysql column row event
I have written a python program to parse mysql binlog. In the Query Event, there is a Q_CHARSET_CODE which indicate what character set is used for the logged query. This indicated that the logged ...
0 votes
0 answers
44 views
I cannot download a crate from a remote registry
I need your help with an issue that has left me dumbfounded for days. I have a setup with 2 artifactory servers: server 1, which hosts my private cargo registry, a repo of type "local". I ...
0 votes
0 answers
47 views
Is there a problem having min.insync.replicas < half the RF?
Many examples of Kafka topic configuration have RF = 3, min.insync.replicas = 2. In the case of a cluster of 5 brokers, if we use RF = 5, should min.insync.replicas = 3? That seems "natural" ...
0 votes
0 answers
60 views
Distributor name as database name in SQL Server database
I was starting to configure replication on SQL Server database. I created a distributor with the following command: exec sp_adddistributiondb @database = N'prod_database', @...
0 votes
1 answer
68 views
Fire trigger in logical replication table
I'm using PostgreSQL logical replication, and both the origin and destination databases have the same table structure — table A (a int primary key, b int). I'm trying to create a trigger that ...
0 votes
0 answers
38 views
How to do a Replication in Apache SOLR?
I'm trying to set up a replication for my Apache SOLR which runs on a linux Server. The Slave is also on a debian12 distribution. Sadly I havent found any useful guide to set up the replication. I ...
0 votes
1 answer
123 views
Share Specific Table from One Snowflake Account to Another Snowflake Account in Different Regions
I'm trying to share a single table (MY_TABLE) from the MY_DATABASE.MY_SCHEMA schema in a Snowflake source account (SOURCE_ACCOUNT) to a target account (TARGET_ACCOUNT) in the same organization but ...
2 votes
1 answer
101 views
S3 Cross-Region Replication Not Working Despite Valid IAM Role and Bucket Policies [closed]
I'm attempting to configure cross-region replication between two S3 buckets in different AWS accounts and regions, but replication is not occurring. There are no relevant errors in CloudTrail or ...
1 vote
0 answers
63 views
How to perform Geo-Replication in Apache Pulsar without creating duplicate messages?
I’m designing a multi-datacenter architecture using Apache Pulsar with geo-replication enabled. Architecture Overview: Apache Pulsar version: 4.0.2 Helm Chart version: pulsar-3.9.0 BookKeeper: 5 ...