MonkeyCanCode commented on issue #1943:
URL: https://github.com/apache/polaris/issues/1943#issuecomment-3006403431

   Yeah, I had being busy for the last couple months and finally got time to do 
more open source work. Thus, I didn't try out the jdbc one earlier when it was 
introduced. While trying to get myself up to speed with those changes, this was 
discovered. Assuming it is breaking now on your setup with the usual commands 
you were using before.
   
   > Not sure why it broke in this case. The following command used 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