Deploying MySql Group Replication in Single-Primary Mode 0 (0)

Deploying MySql Group Replication in Single-Primary Mode Group Replication is provided as a plugin to MySQL Server. MySQL Group Replication enables you to create elastic, highly-available, fault-tolerant replication topologies and Group Replication guarantees that the database service is continuously available. Groups can operate in a single-primary mode with the automatic primary election, where only one

Loading

Read More

How to perform Switchover/Failover in MySql InnoDB ReplicaSet 0 (0)

How to perform Switchover/Failover in MySql InnoDB ReplicaSet In the previous blog, we saw Part I: How to Configure InnoDB ReplicaSet MySQL Click here to read more. We will use the same configuration to perform Switchover & Failover in InnoDB ReplicaSet. Below are the setup information. Hostname IP Role Server_ID Port Installation Link test-machine01 192.168.114.177

Loading

Read More

Steps to Create Active Physical Standby Dataguard Using RMAN Duplicate in Oracle 4 (1)

Steps to Create Active Physical Standby Dataguard Using RMAN Duplicate in Oracle In the previous article, we have configured a Physical STANDBYdatabase where we started MRP in mount state. In this article, we are going to demonstrate Steps to Create Active Physical Standby Dataguard Using RMAN Active Duplicate in Oracle database. Active dataguard features introduced

Loading

Read More

How to Configure InnoDB ReplicaSet New MySQL 0 (0)

How to Configure InnoDB ReplicaSet mysqlshell AdminAPI includes support for InnoDB ReplicaSet, which enables you to create and administer a set of MySQL instances running asynchronous GTID-based replication.  An InnoDB ReplicaSet consists of a single primary and multiple replicas. InnoDB ReplicaSet Prerequisites Only instances running MySQL version 8.0 and later are supported. Only GTID-based replication is supported, binary log file

Loading

Read More