noobaa / noobaa-operator

Operator for NooBaa - object data service for hybrid and multi cloud environments :cloud: :wrench:
https://www.noobaa.io
Apache License 2.0
102 stars 99 forks source link

Keep using psql 12 if failed upgrading to psql15 #1396

Closed dannyzaken closed 2 months ago

dannyzaken commented 2 months ago

Explain the changes

  1. If Postgres has not been upgraded to Postgres-15 and is still using the Postgres-12 image, continue to use the Postgres-12 image, but set the noobaa CR as rejected.
  2. This prevents noobaa-db from going into CLBO due to postgres-15 running with postgres-12 data

Issues: Fixed #xxx / Gap #xxx

  1. https://bugzilla.redhat.com/show_bug.cgi?id=2299835

Testing Instructions: