dimas-b commented on issue #1943:
URL: https://github.com/apache/polaris/issues/1943#issuecomment-3006364754

   Not sure why it broke in this case. The following command use to run fine in 
my env 🤔 
   ```
   env POLARIS_BOOTSTRAP_CREDENTIALS=POLARIS,pol123,pol123s java \
    -Dquarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/polaris \
    -Dquarkus.datasource.username=postgres \
    -Dquarkus.datasource.password=**** \
    -Dpolaris.persistence.type=relational-jdbc \
    '-Dpolaris.features."SUPPORTED_CATALOG_STORAGE_TYPES"=["FILE"]' \
    -Dpolaris.readiness.ignore-severe-issues=true \
    '-Dpolaris.features."ALLOW_INSECURE_STORAGE_TYPES"=true' \
    -jar quarkus/admin/build/quarkus-app/quarkus-run.jar bootstrap --realm r1 
--realm r2 --credential r1,c1,s1 --print-credentials
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to