Categories
Products
Technologies
Top Rated docs

May 21, 2021

How to Automate Deployment of PostgreSQL Database

In the world of information technology, automation is not a new thing for most of us. In fact, most organizations are using it for various purposes depending on their work type and objectives. For example,...

January 23, 2020

An Introduction to MySQL Deployment Using an Ansible Role

Ansible automates and simplifies repetitive, complex, and tedious operations. It is an IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs. It requires no agents, using...

August 8, 2019

PostgreSQL Replication Setup & Maintenance Using Ansible

Replication is a key feature for most setups and it is supported by most database technologies on the market. The PostgreSQL community introduced replication in version 9.0 (called Streaming Replication or SR), since then the...

July 10, 2019

Deploying & Configuring MongoDB Shards with Ansible

Database systems work better when there is a distributed workload among a number of running instances or rather data is categorized in an easy manner. MongoDB utilizes sharding such that data in a given database...

July 3, 2019

PostgreSQL Deployment and Maintenance with Ansible

Ansible is one of the most well-known and widely-used IT automation tools, it helps us in automating IT operational tasks such as... Bootstrapping the host (VM or bare-metal machine) from scratch Configuring hosts and services...

June 14, 2019

Maintaining MongoDB Replica Sets in the Cloud Using Ansible

Replication has been widely applied in database systems for ensuring high availability of data through creating redundancy. It is basically a strategy of making a copy of the same data in different running servers that...

June 4, 2019

How to Setup MariaDB 10.3 Replication Using Ansible and Vagrant

Manual deployments are common, but they can be slow and monotonous, if you ever tried Oracle RAC installation with Data Guard setup on more than three nodes, you know what I mean. Depending on the...

May 23, 2019

How to Automate Migration from Standalone MySQL to Galera Cluster using Ansible

Database migrations don’t scale well. Typically you need to perform a great deal of tests before you can pull the trigger and switch from old to new. Migrations are usually done manually, as most of...

May 22, 2019

Deployment and Maintenance of MongoDB Using Ansible

Technology changes day-by-day and modern applications need to take serious adjustments in order to fulfill the fast delivery expectations of their organizations. Unfortunately, this makes them more complex, more sophisticated, and harder to maintain. In...

August 22, 2016

Infrastructure Automation – Deploying ClusterControl and MySQL-Based Systems on AWS using Ansible

We recently made a number of enhancements to the ClusterControl Ansible Role, so it now also supports automatic deployment of MySQL-based systems (MySQL Replication, Galera Cluster, NDB Cluster). The updated role uses the awesome ClusterControl...

April 11, 2016

Infrastructure Automation – Ansible Role for ClusterControl

If you are automating your server infrastructure with Ansible, then this blog is for you. We are glad to announce the availability of an Ansible Role for ClusterControl. It is available at Ansible Galaxy. For...

Subscribe below to be notified of fresh posts