noobaa-operator icon indicating copy to clipboard operation
noobaa-operator copied to clipboard

Feature request/low hanging fruit: Allow changing the PostgreSQL via the NooBaa CR

Open lallinger-tech opened this issue 4 years ago • 2 comments

Currently the operator sets the environment variables POSTGRES_HOST, POSTGRES_DBNAME, POSTGRES_USER and POSTGRES_PASSWORD statically. With #395 getting merged it will be possible to change the URL of the MongoDB, the same should be possible for PostgreSQL. Furthermore it would be best if it was possible to supply a secret in which the username and password for the PostgreSQL could be set to match the custom PostgreSQL instance (also see #457 ).

lallinger-tech avatar Feb 11 '21 11:02 lallinger-tech

See also #481. By supporting external DB, we provide the first capability to deploy an HA database, though not by the noobaa operator.

guymguym avatar Apr 21 '21 15:04 guymguym

@liranmauda this is still very much desired. Also if you remove MongoDB the noobaa CR flag mongoDbURL could be changed to postgresDbURL

lallinger-tech avatar Nov 26 '21 14:11 lallinger-tech