In this guide we are going through the process of installing and configuring mysql server 8 in Ubuntu 20.04. We will also test our…
In this guide, we will explore provisioning an AWS RDS instance using Terraform. This concept is known as Infrastructure as code, i.e. provisioning infrastructure…
In this guide we will go through the process of Installing and setting up Apache Cassandra Version 4 in Centos 8 and RHEL 8…
In this gude, we are going to see how to manage user and database permissions in mysql, i.e. Creating mysql database, creating mysql user,…
PostgreSQL comes with built-in utilities for creating and restoring backups Note: All commands can take the login url in the format postgres://db_user:[email protected]_host:db_port/db_name?sslmode=disable Backup pg_dump…
In this guide, we are going to see how to manage users and database permissions in postgres, i.e. Creating postgres database, creating postgres user,…
In this guide we are going to install Postgresql 13 in Centos 8/Rocky Linux 8. This will also work in RHEL 8 and its…