Uploaded image for project: 'Serverless logic'
  1. Serverless logic
  2. SRVLOGIC-765

OSL Operator generates wrong hibernate schema initialization option for the data-index-postgresql deployments

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • 1.37.1
    • 1.37.0
    • Cloud:Operator
    • None
    • Development of 1.37.1 - Week 1
    • Critical

      Considering that the database initialization is managed via flyway, the env var QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION=update appended to data-index-postgresql deployments is wrong.

      Now, every data-index-postgresql deployment is configured with the env var QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION=update, which in some installations generates the side effect reported by the following support case: https://access.redhat.com/support/cases/#/case/04346665

       

      Solution: the Operator must not generate that option, or generate the none option depending on wich is the default value for that property.

       

      Note:  the QUARKUS_FLYWAY_MIGRATE_AT_START=true is being generated well as expected.

       

       

       

       

              wmedvede@redhat.com Walter Medvedeo
              wmedvede@redhat.com Walter Medvedeo
              Jakub Schwan Jakub Schwan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: