mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
docs: Add breaking changes for the use of DB_PARAMS (#13841)
This commit is contained in:
parent
532a7938ee
commit
1cbcdd01d2
@ -109,6 +109,12 @@ After the migration is finished, you can revert this changes.
|
||||
|
||||
# Breaking Changes
|
||||
|
||||
### Database connection SSL Configuration
|
||||
|
||||
With 1.2.X, the environment variable `DB_USE_SSL` is deprecated in favour of `DB_PARAMS`.
|
||||
For Bare Metal and Docker Deployment, Add / Update the variable `DB_PARAMS` to `allowPublicKeyRetrieval=true&useSSL=true&serverTimezone=UTC` to enable ssl security to connect to database.
|
||||
For Kubernetes Deployment, `openmetadata.config.database.dbParams` is available to pass the above values as helm values.
|
||||
|
||||
### Version Upgrades
|
||||
|
||||
- The OpenMetadata Server is now based on **JDK 17**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user