h4. Community Options * https://github.com/CrunchyData/postgres-operator * https://github.com/zalando/postgres-operator
h4. What option from Community shows better and why? * https://github.com/CrunchyData/postgres-operator Why: * Better doc * This one is in the [operatorhub.io|https://operatorhub.io/?category=Database] and the other not
h4. What image and version CrunchyData? * Shows that it will use your on images * Maybe it can be possible b changed. See [CCPImageTag|https://crunchydata.github.io/postgres-operator/latest/configuration/pgo-yaml-configuration/]. But we need to check if it actually works and how to setup the args used since each image has your own name of parameters to be informed. (E.g the key of the environment variable to define the DB user is not the same between the redhat image and the PostgreSQL official image. h4. What image and version we are using currently?
# * The imaged used in this project is from Red Hat. See more in https://docs.okd.io/latest/using_images/db_images/postgresql.html * image: "centos/ postgresql PostgreSQL -96-centos7" * The MSS project was developed and tested so far with PostgreSQL 9.6
h4. Pros and Cons of change the current implementation for it
||PROS||CONS|| |CrunchyData has a bkp feature implemented|It has many features and we need to understand how to set up and configure| |CrunchyData show a mature project|Shows that probably will need to use it with their image and not the RedHat one, however, shows that their image are based on centos | |Usage of project which will not kept maintained for us|Hard to manage and/or customize if we need| |
|