We have PostgresSQL cluster with 1 master and 2 slave configuration , we want to enable logical replication from Slave , as the master a pretty work h ...
We have PostgresSQL cluster with 1 master and 2 slave configuration , we want to enable logical replication from Slave , as the master a pretty work h ...
I am trying to do streaming replication between two postgresql servers. Main server is listening on port 5434 and I have to keep it so. When I run "pg ...
I created a replica set with a primary, a secondary and an arbiter. I'm using mongodb v3.4 and node v16 and mongoose v5.6.9 192.168.244.40:27017 i ...
I have a database that is maxing out on CPU. I would like to spin up a read replica so that my services use the replica to read and that removes some ...
how to create replication in mongoDb (node js) in latest version. i was trying mongodb documentation https://www.mongodb.com/docs/manual/tutorial/con ...
I'm trying to understand DynamoDB replication & failover strategies but do not find any articles on the web which clarifies them. I understand cro ...
I have read only access to 2 SQL Server databases used by our company's primary application. For reporting and testing purposes, I would like to sync ...
I have a distributed table,but this table only has one replica,only one replica doesn't have ha, I want and one more replica for the table,can i? how ...
I am in a need of having both the Physical and Logical replications of a database for two different purposes. Physical replication is to have a DR ...
I do understand why we need an arbiter in mongoDb election, ref - Why do we need an 'arbiter' in MongoDB replication? But how does an arbiter actuall ...
So a friend of mine asked me to help him configure an automatic replication of a table on his MariaDB database to another table that's supposed to be ...
I have a question regarding SymmetricDS and trying to get a project to work. So far I've managed to get Corp to sync with Stores and Stores with Corp ...
We have installed postgres v12 on ubuntu 20.04 (with apt install -y postgresql postgresql-contrib) and wish to enable archiving to /data/db/postgres/a ...
Overall I'm trying to create a Datastream Connection to a Postgres database in Cloud SQL. As I'm trying to configure it all through Terraform, I'm st ...
I am using bitnami Postgres docker image for creating my master-slave database. I am making changes to my master and serving my app using slave. my s ...
I have mysql8 DB in my Linux server. I want to setup Replica for this DB. In this DB I have multiple schemas, But I want to setup a replica for only o ...
I have an application that currently uses a single primary and I'm looking to do multi-primary by either setting up a reciprocal multi-primary (just t ...
I am new to postgres and was following this tutorial for setting Up Physical Streaming Replication with PostgreSQL In step 3 while running the follow ...
I have a postgres database called salephone_test with 3 tables (smartphones, listings, phone_listings) on my windows pc which I want to replicate to a ...
I have a CosmosDB instance on Azure, with 1 write replica and multiple read replicas. Normally we call SetCurrentLocation to make calls to read replic ...