Newsletter

databases

Types Of Databases - Must Know For Ops Engineers

Types Of Databases - Must Know For Ops Engineers

"Creating a good foundation for building modern applications starts with well-purposed databases. These databases will provide your teams with the right tools to build performant, scalable, and highly available applications. This, in turn, will foster your success." ~AWS

by Brian C.

How To Connect To A Self-Hosted MySQL Server Using SSH

How To Connect To A Self-Hosted MySQL Server Using SSH

No need to expose your database port for administration, especially for a self-hosted database. You can administer your DB using MySQL Workbench via an SSH connection which will add a layer of security on top of your connection.

by Bloom L.

Install Redis-CLI Only on Ubuntu 22.04 LTS

Install Redis-CLI Only on Ubuntu 22.04

In this tutorial we are going to see how we can easily install a redis-cli only in an Ubuntu 22.04 LTS instance. This can be useful if you just want to use the redis-lic to connect to a redis instance.

by Bloom L.

Connect To Amazon RDS - PostgreSQL Via pgAdmin4

Connect To Amazon RDS - PostgreSQL

Connect to PostgreSQL server on Amazon RDS hosted in a private subnet via pgAdmin4. The setup will make use of a simple bastion host.

by Bloom L.

How To Install PgAdmin on Ubuntu

How To Install PgAdmin on Ubuntu

In this tutorial we are going to install pgadmin4 desktop application on Ubuntu. We will also see how to add the gpg key correctly in Ubuntu Jammy (22.04)

by Brian C.