PostgreSQL

How To Install Umami Web Analytics Software on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Umami Web Analytics Software on Ubuntu 20.04

Umami is an open-source, self-hosted web analytics application written in Node.js. It focuses on being simple, well-designed, fast, and privacy-focused. It can store data about your website’s visitors in either a MySQL or PostgreSQL database. In this tutorial you will install Umami and a PostgreSQL database using Docker Compose, then install Nginx and Certbot to set up a secure HTTPS reverse proxy for Umami.

Read more
12 Days of the cloud provider: Your Complete Guide — step-by-step Databases tutorial on Progressive Robot

12 Days of the cloud provider: Your Complete Guide

A recap of the 12 Days of the cloud provider tutorial series. Build a Birthday Reminder Service and an Email Receipt Processor while exploring the cloud provider services like managed databases, serverless functions, object storage, logging, and APIs like Twilio and GenAI.

Read more
How to Deploy Postgres to Kubernetes Cluster — step-by-step Kubernetes tutorial on Progressive Robot

How to Deploy Postgres to Kubernetes Cluster

This guide will explore the step-by-step process of deploying PostgreSQL on a Kubernetes cluster. Whether you are a developer, DevOps engineer, or system administrator looking to deploy PostgreSQL in a Kubernetes environment effectively, this guide aims to provide comprehensive insights and practical steps to successfully set up and manage PostgreSQL databases within a Kubernetes cluster.

Read more
How To Install and Use PostgreSQL on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on Rocky Linux 8

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects and has the advantage of being standards-compliant and having many advanced features like reliable transactions and concurrency without read locks.

Read more
CHAT