FreeBSD and Linux are both open-source operating systems that are widely used in the tech industry. While they share many similarities, there are also some key differences between the two. In this blog post, we’ll take a closer look at…
cPanel/WHM Migration using Command Line
Here’s a step-by-step guide on how to migrate a cPanel/WHM server to another cPanel/WHM server using the command line interface (CLI): /usr/local/cpanel/bin/backup –force This command will create a compressed tarball of all accounts and configurations in the /backup directory. javascriptCopy…
Configure Maria-DB Galera Replications
In MariaDB Cluster, the Server replicates a transaction at commit time by broadcasting the write set associated with the transaction to every node in the cluster. The client connects directly to the DBMS and experiences behavior that is similar to…
Instaling Severalnine Database Controller
Severalnine is Orchestrate your high-availability, open-source databases operations in any environment while maintaining total control using ClusterControl or employ a classic DBaaS experience using CCX. Using Severalnine ClusterControl will help to maintain your Database Clusters including Proxysql configuration, automating recovery…
Configure Proxysql on Ubuntu Server Part-2
This is the second part of configure proxysql on ubuntu server. This time, we will create group to handle write and read query. So each querry can be loadbalanced and scaled if needed. You can check my first post about…