You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new with quarkus.
I tried to check this example https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-orm-multi-tenancy-quickstart the SCHEMA Multitenancy .
First I run the docker with docker run -it --rm=true --name quarkus_test -e POSTGRES_USER=quarkus_test -e POSTGRES_PASSWORD=quarkus_test -e POSTGRES_DB=quarkus_test -p 5432:5432 postgres:13.3
The docker succeed to run with the postgress.
and after i run the ./mvnw quarkus:dev I didn't see any schemas of base,mycompany i tried to change the application.properties and added the database.quarkus.flyway.migrate-at-start=true but I didn't get any schemas , can you please advise me ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am new with quarkus.
I tried to check this example https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-orm-multi-tenancy-quickstart the SCHEMA Multitenancy .
First I run the docker with docker run -it --rm=true --name quarkus_test -e POSTGRES_USER=quarkus_test -e POSTGRES_PASSWORD=quarkus_test -e POSTGRES_DB=quarkus_test -p 5432:5432 postgres:13.3
The docker succeed to run with the postgress.
and after i run the ./mvnw quarkus:dev I didn't see any schemas of base,mycompany i tried to change the application.properties and added the database.quarkus.flyway.migrate-at-start=true but I didn't get any schemas , can you please advise me ?
Beta Was this translation helpful? Give feedback.
All reactions