We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run the script from Azure VM, trying to install with azure/microservices file but keep failing.
tb-node-db-configmap.yaml
SPRING_JPA_DATABASE_PLATFORM: org.hibernate.dialect.PostgreSQLDialect SPRING_DRIVER_CLASS_NAME: org.postgresql.Driver SPRING_DATASOURCE_URL: jdbc:postgresql://my-app-postgresql.postgres.database.azure.com:5432/myapp?user=myappusername&password=mypass?sslmode=require SPRING_DATASOURCE_USERNAME: myappusername SPRING_DATASOURCE_PASSWORD: mypass
Then I run ./k8s-install-tb.sh, this error pop up:
Starting ThingsBoard Installation... Installing DataBase schema for entities... Installing SQL DataBase schema part: schema-entities.sql Unexpected error during ThingsBoard installation!
Which part I do wrong and please help me with this! Thank you!!
The text was updated successfully, but these errors were encountered:
Im having the same issue - did you ever resolve this?
Sorry, something went wrong.
No branches or pull requests
I run the script from Azure VM, trying to install with azure/microservices file but keep failing.
tb-node-db-configmap.yaml
Then I run ./k8s-install-tb.sh, this error pop up:
Which part I do wrong and please help me with this! Thank you!!
The text was updated successfully, but these errors were encountered: