MeviTech
  • Home
  • About Me
  • Contact
Sign in Subscribe

redundant

A collection of 2 posts
MySQL-Cluster group replication
centos

MySQL-Cluster group replication

Follow this to setup a MySQL database cluster with group replication. Group replication is where the database across the cluster is constantly synced, so you can write or read from any database and it will be replicated across the other ones. This increases the redundancy and read throughput. Assumptions Following
Jun 30, 2020 4 min read
NFS server with Lsyncd in Ubuntu
18.04

NFS server with Lsyncd in Ubuntu

Make the attached volumes ready Create folders sudo mkdir /mnt/upload_disk1sudo mkdir /mnt/upload_disk2sudo mkdir /mnt/backup_disk1sudo mkdir /mnt/backup_disk2 Create partition sudo fdisk /dev/nvme0n1sudo fdisk /dev/nvme1n1sudo fdisk /dev/nvme2n1sudo fdisk /dev/nvme3n1 Make filesystem sudo mkfs.xfs /dev/nvme0n1p1sudo mkfs.xfs /dev/nvme1n1p1sudo
Jun 27, 2020 1 min read
Page 1 of 1
MeviTech © 2025
  • LinkedIn
  • Twitter
  • Github
Powered by Ghost