{"id":13622313,"url":"https://github.com/percona/percona-postgresql-operator","last_synced_at":"2025-07-22T19:36:12.176Z","repository":{"id":37085510,"uuid":"344485792","full_name":"percona/percona-postgresql-operator","owner":"percona","description":"Percona Operator for PostgreSQL","archived":false,"fork":false,"pushed_at":"2025-07-21T11:38:12.000Z","size":84080,"stargazers_count":322,"open_issues_count":36,"forks_count":64,"subscribers_count":37,"default_branch":"main","last_synced_at":"2025-07-21T12:32:03.434Z","etag":null,"topics":["kubernetes-operator","percona","postgresql"],"latest_commit_sha":null,"homepage":"https://www.percona.com/doc/kubernetes-operator-for-postgresql/index.html","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/percona.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-03-04T13:34:50.000Z","updated_at":"2025-07-20T06:15:54.000Z","dependencies_parsed_at":"2023-10-11T11:58:27.840Z","dependency_job_id":"560f458a-4534-4fbc-b8fb-771135c93f6a","html_url":"https://github.com/percona/percona-postgresql-operator","commit_stats":{"total_commits":3256,"total_committers":103,"mean_commits":"31.611650485436893","dds":0.6357493857493858,"last_synced_commit":"084f3b268f4ef26d3b37de260142d532684f093e"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/percona/percona-postgresql-operator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-postgresql-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-postgresql-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-postgresql-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-postgresql-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/percona","download_url":"https://codeload.github.com/percona/percona-postgresql-operator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/percona%2Fpercona-postgresql-operator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266561555,"owners_count":23948632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kubernetes-operator","percona","postgresql"],"created_at":"2024-08-01T21:01:17.516Z","updated_at":"2025-07-22T19:36:12.148Z","avatar_url":"https://github.com/percona.png","language":"Go","funding_links":[],"categories":["Go","Databases","Kubernetes"],"sub_categories":["PostgreSQL"],"readme":"# Percona Operator for PostgreSQL\n\n![Percona Kubernetes Operators](kubernetes.svg)\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n![Docker Pulls](https://img.shields.io/docker/pulls/percona/percona-postgresql-operator)\n![Docker Image Size (tag)](https://img.shields.io/docker/image-size/percona/percona-postgresql-operator/2)\n![GitHub tag (latest by SemVer)](https://img.shields.io/github/v/tag/percona/percona-postgresql-operator?include_prereleases\u0026sort=semver)\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/percona/percona-postgresql-operator)\n[![Go Report Card](https://goreportcard.com/badge/github.com/percona/percona-postgresql-operator)](https://goreportcard.com/report/github.com/percona/percona-postgresql-operator)\n\n## Introduction\n\n[Percona Operator for PostgreSQL](https://docs.percona.com/percona-operator-for-postgresql/2.0/index.html) automates and simplifies deploying and managing open source PostgreSQL clusters on Kubernetes. It is based on [Postgres Operator](https://github.com/CrunchyData/postgres-operator) developed by Crunchy Data.\n\nWhether you need to get a simple PostgreSQL cluster up and running, need to deploy a high availability, fault tolerant cluster in production, or are running your own database-as-a-service, the Operator provides the essential features you need to keep your clusters healthy:\n\n- PostgreSQL cluster provisioning\n- High availability and disaster recovery\n- Automated user management with password rotation\n- Automated updates\n- Support for both asynchronous and synchronous replication\n- Scheduled and manual backups\n- Integrated monitoring with [Percona Monitoring and Management](https://www.percona.com/software/database-tools/percona-monitoring-and-management)\n\nWhile the Percona Operator is primarily managed through the command line, you can also use **[Percona Everest](https://docs.percona.com/everest/index.html)** for a web-based user interface. This open-source tool provides a streamlined experience for provisioning and managing your databases, simplifying day-to-day tasks and reducing administrative overhead. Learn more about Percona Everest in the [documentation](https://docs.percona.com/everest/index.html) or jump right in with the [quickstart guide](https://docs.percona.com/everest/quickstart-guide/quick-install.html).\n\n## Architecture\n\nPercona Operators are based on the [Operator SDK](https://github.com/operator-framework/operator-sdk) and leverage Kubernetes primitives to follow best CNCF practices.\n\nLearn more about [architecture and design decisions](https://docs.percona.com/percona-operator-for-postgresql/2.0/architecture.html).\n\n# Documentation\n\nTo learn more about the Operator, check the [Percona Operator for PostgreSQL documentation](https://docs.percona.com/percona-operator-for-postgresql/2.0/index.html). \n\n## Quickstart installation\n\nReady to try out the Operator? Check the [Quickstart tutorial](https://docs.percona.com/percona-operator-for-postgresql/2.0/quickstart.html) for easy-to follow steps. \n\nBelow is one of the ways to deploy the Operator using `kubectl`.\n\n### kubectl\n\n1. Deploy the operator from `deploy/bundle.yaml`\n\n```sh\nkubectl apply --server-side -f https://raw.githubusercontent.com/percona/percona-postgresql-operator/main/deploy/bundle.yaml\n```\n\n2. Deploy the database cluster itself from `deploy/cr.yaml`\n\n```sh\nkubectl apply -f https://raw.githubusercontent.com/percona/percona-postgresql-operator/main/deploy/cr.yaml\n```\n\n# Need help?\n\n**Commercial Support**  | **Community Support** |\n:-: | :-: |\n| \u003cbr/\u003eEnterprise-grade assistance for your mission-critical PostgreSQL deployments with the Percona Operator for PostgreSQL. Get expert guidance for complex tasks like multi-cloud replication, database migration and building platforms.\u003cbr/\u003e\u003cbr/\u003e  | \u003cbr/\u003eConnect with our engineers and fellow users for general questions, troubleshooting, and sharing feedback and ideas.\u003cbr/\u003e\u003cbr/\u003e  | \n| **[Get Percona Support](https://hubs.ly/Q02ZTH9s0)** | **[Visit our Forum](https://forums.percona.com/c/postgresql/percona-kubernetes-operator-for-postgresql/68)** |\n\n# Contributing\n\nPercona welcomes and encourages community contributions to help improve Percona Operator for PostgreSQL.\n\nSee the [Contribution Guide](CONTRIBUTING.md) on how you can contribute.\n\n## Roadmap\n\nWe have a public roadmap which can be found [here](https://github.com/orgs/percona/projects/10). Please feel free to contribute and propose new features by following the roadmap [guidelines](https://github.com/percona/roadmap).\n\n## Submitting Bug Reports\n\nIf you find a bug in Percona Docker Images or in one of the related projects, please submit a report to that project's [JIRA](https://jira.percona.com/browse/K8SPG) issue tracker or [create a GitHub issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-a-repository) in this repository. \n\nLearn more about submitting bugs, new features ideas and improvements in the [Contribution Guide](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpercona%2Fpercona-postgresql-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpercona%2Fpercona-postgresql-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpercona%2Fpercona-postgresql-operator/lists"}