A guide to setting up streaming replication between two separate Postgres clusters using the Postgres Operator for Kubernetes.
Craig's year end wrap-up of 5 things you can do for a healthier Postgres database next year.
Regular expressions? Exceptional expressions according to Paul! Some nice examples and tips for using regrex inside Postgres. Topics include true/false regex, text extraction, text substitutions, and using regex flags.
A full set of sample commands for keeping your data and backups when you remove a Postgres Operator cluster.
Learn about how structuring an index based on the inputs it receives and the order of inputs can have a strong effect on the quality of the final index. This post includes a lot of example code and geometry.
Highlights from the 3rd annual PostGIS Day, hosted virtually November 18th, 2021.
Interested in trying out TimescaleDB with the Crunchy Postgres Operator? Here's a quick guide to set it up.
A how-to guide to create a multi-factor (MFA) single-sign on (SSO) authentication system for PostgreSQL on Kubernetes using certificates and passwords.
Some helpful queries and examples for revenue accruing per day over the course of a month.
Trouble with your Kubernetes storage class supporting resize? The Postgres Operator can help. Learn how to use PGO's instance sets to do this and more.
A deep dive into Patroni, etcd, and the etcd consensus protocol to diagnose common communication and system issues.
Crunchy Bridge can now be deployed through the new Red Hat OpenShift Database Access (RHODA).
Committed to securing Postgres deployments, Crunchy Data is proud to announce this newly published CIS PostgreSQL 14 Benchmark.
Review some important security topics for databases on Kubernetes like running as an unprivileged user, data encryption, and regular software updates.
An example of how you can encrypt Postgres data at rest using PGO, the open source Postgres Operator from Crunchy Data using AWS EBS gp2 volumes.
We are excited to announce the release of our CLI tool for easy provisioning, instance management, and a new tool called cb scope to get additional insights on your database.
Calculate and project monthly recurring revenue (ARR) and annual recurring revenue (ARR) with PostgreSQL.
Using the newest version 5 release of PGO and Postgres 14, this example shows you how to create a multi-cluster federated Postgres cluster using GitOps.
A few highlights of the last couple months include an updated front end, in place upgrades, Postgres 14 support, and maintenance windows. Plus a bonus preview of what's coming soon.
Run PostgreSQL 14 on Kubernetes, and see how convenient it is to use distributed features like parallel remote Postgres queries!