# pgskipper-operator **Repository Path**: mirrors_vlsi/pgskipper-operator ## Basic Information - **Project Name**: pgskipper-operator - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-07 - **Last Updated**: 2026-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pgskipper-operator Postgres-Operator provides PostgreSQL as a service on Kubernetes and OpenShift. ## Repository structure * `./charts` - directory with HELM chart for Postgres components. * * `./charts/patroni-core` - directory with HELM chart for Patroni Core. * * `./charts/patroni-services` - directory with HELM chart for Postgres Services. * `./pkg` - directory with operator source code, which is used for running Postgres Operator. * `./tests` - directory with robot test source code, `Dockerfile`. ## How to start Please refer to the [Quick Start Guide](/docs/public/quickstart.md) ### Smoke tests There is no smoke tests. ### How to troubleshoot There are no well-defined rules for troubleshooting, as each task is unique, but most frequent issues related to the wrong configuration, so please check: * Deploy parameters. * Logs from all Postgres Service pods: operator, postgres db and others. ## Useful links * [Installation Guide](/docs/public/installation.md) * [Features](/docs/public/features)