Live Workshop: Integrate Google SecOps with Bindplane - Join Us on February 26th at 11 AM ET!Sign Up Now

Postgres Installation

PostgreSQL is a prerequisite for installing Bindplane. This document provides useful information on how to install PostgreSQL.

Postgres Installation

Bindplane supports PostgreSQL versions 14, 15, and 16. Bindplane supports PostgreSQL on Linux, Kubernetes, and cloud providers.

Linux

This guide will not cover the installation of PostgreSQL on Linux. Please refer to the PostgreSQL documentation for installation instructions.

Kubernetes

Operating PostgreSQL on Kubernetes is supported but not recommended. If you must run PostgreSQL on Kubernetes, CloudNativePG operator is recommended.

Take care when operating stateful applications on Kubernetes. Stateful applications require persistent storage.

Cloud Provider