Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
1 vote
1 answer
40 views

S3 Cross-Region Replication Not Working Despite Valid IAM Role and Bucket Policies

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 ...
jipot's user avatar
  • 106
-1 votes
0 answers
15 views

Sync between pg_export_snapshot() and select pg_last_wal_replay_lsn() in slave node

Basically I wanna do two tasks in my server. 1)First, I will try to copy initial data in a table in slave node using export snapshot. 2)Second, I will start logical decoding to get other data which is ...
manjunath's user avatar
  • 304
0 votes
0 answers
13 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 ...
Mustafa ALTINIŞIK's user avatar
0 votes
0 answers
7 views

Migrating from 5.7 to 8.0, latency issues [migrated]

I am trying to migrate a current mysql5.7 database to mysql 8.0 by moving the database to another server that is running mysql 8.0. My plan is to dump and import the data then setup replication ...
Lenster's user avatar
  • 43
0 votes
0 answers
40 views

How can I replicate build artifact via a snapshot-style file system under Windows and Linux for build testing

I am building a large software art project including a number of data files and build artifacts locally. The size of the entire generated set is around 20 gigabytes. Contained in the build results are ...
Steven's user avatar
  • 720
0 votes
0 answers
36 views

Postgres 16/Patroni START_REPLICATION SLOT Hangs

I have a problem on a PG16 cluster (under Patroni) with two tasks that seem to be blocked given the start time of the transaction. I don't know if I can stop the processes without crashing the ...
Stan92's user avatar
  • 453
0 votes
0 answers
76 views

Snowflake Share & Replication Issue. Replicating a single schema object

I work in an organization with multiple divisions, perhaps each one is in a different region and their Snowflake account is set up in a different region. It is not an uncommon need for my division to ...
juststackoverflow's user avatar
0 votes
0 answers
48 views

Redis Sentinel Failover Issue with ACL Authentication in Redis Replication

I have encountered a problem when using ACL authentication in a Redis Replication + Sentinel configuration. First, to exclude any questions about permissions, I will use a user with full access to all ...
mersiders's user avatar
0 votes
0 answers
63 views

mongodb 8.0.4 repl set (3 members, PSA) repeatedly logs AuthenticationAbandoned

We are running a self-hosted mongodb deployment as a three member replica set (PSA), recently upgraded from mongodb 6.0.3 to 8.0.4. We are running in a containerized environment. Every so often, I see ...
Chad Showalter's user avatar
0 votes
0 answers
13 views

HBase consistency model(within the same cluster)

Background : HBase reads seem to fall under the 'strong consistency' model, as : All reads are served from the master where the data has already been committed. As a result, the clients seem to always ...
Harshit's user avatar
  • 1,303
1 vote
1 answer
47 views

How to replicate SQL queries generated by the ORM nHibernate?

In a C# application, using nHibernate & fluent nHibernate, we're looking to capture certain INSERT, UPDATE, DELETE queries performed on a Sqlite database in order to replicate them. We'd like to ...
pp-mluthi's user avatar
0 votes
1 answer
53 views

AWS step functions and replication across regions

I want to have AWS step functions created in two different regions. Let's say us-east-1 and eu-central-1. When I invoke the step functions they run in their own region and will have their execution ...
Sandy's user avatar
  • 2,615
1 vote
1 answer
51 views

pg13 streaming replication empty pg_replication_slot on SLAVE replica

pg13 streaming replication returns empty pg_replication_slot on SLAVE replica. select * from pg_replication_slots; returns nothing on SLAVE replica when do select status,slot_name, ...
toanwa's user avatar
  • 13
0 votes
1 answer
33 views

Oracle replication with limited range

Due to performance reasons I want to have a portion of my data to be available on a second system (Reporting). I expect the data to be distributed like: (abstract) Production (today) todays data &...
Stack Bounce's user avatar
1 vote
1 answer
97 views

Unreal Engine Replication of TArrays of Object type

My Goal is to replicate a TArray<UHealthComponent*> in a ListenServer configuration for 2 players For more context the TArray is inside of an ActorComponent named ShipStats attached to the ...
Coocys's user avatar
  • 61

15 30 50 per page
1
2 3 4 5
262