JFrog Artifactory DB Migration

In this blog post, we will demonstrate how to migrate a JFrog Artifactory PostgreSQL Database managed by Crunchy Operator to a CloudNativePG Operator online without having an outage (the only outage could be produced by reconfiguring your application to point to the new database). For PostgreSQL logical replication, we based it on a blog post written by Percona.

Platform deployment using GitOps

This blog post provides insight into our latest project: building the platform necessary to operate and maintain our new managed services. The platform integrates multiple tools for monitoring and secrets management, all deployed on AWS cloud infrastructure. Our goal was to establish a fully descriptive setup, leveraging Infrastructure as Code (IaC) and Continuous Deployment (CD), enabling a comprehensive GitOps approach to set up and manage the platform.