← All docs

Crunchy Data (PGO)

Crunchy Data provides enterprise PostgreSQL via PGO (Postgres Operator) on Kubernetes.

Connection

Connect via the PGO service endpoint or port-forward from your Kubernetes cluster.

Setup

# Port-forward to your PGO instance
kubectl port-forward svc/hippo-primary 5432:5432 -n postgres

# Analyze with production context
migrationpilot analyze migration.sql \
  --database-url "postgresql://user:pass@localhost:5432/mydb"

Tips

  • PGO supports PostgreSQL 13-17 with full extension support
  • Use pgBackRest point-in-time recovery to test migrations safely
  • Crunchy Data Bridge provides managed PostgreSQL with enterprise support
  • PGO connection pooling uses PgBouncer — use the direct service for schema queries