KEYCLOAK-3876 Add note for Oracle migration script
This commit is contained in:
parent
e8f26d6cb9
commit
0afd4258f1
1 changed files with 4 additions and 1 deletions
|
@ -199,7 +199,10 @@ however in that case, it is much better option to use HTTPS, which will secure a
|
||||||
The `databaseSchema` property for both JPA and Mongo is now deprecated and has been replaced by `initializeEmpty`
|
The `databaseSchema` property for both JPA and Mongo is now deprecated and has been replaced by `initializeEmpty`
|
||||||
and `migrationStrategy`. `initializeEmpty` can bet set to `true` or `false` and controls if an empty database should
|
and `migrationStrategy`. `initializeEmpty` can bet set to `true` or `false` and controls if an empty database should
|
||||||
be initialized. `migrationStrategy` can be set to `update`, `validate` and `manual`. `manual` is only supported for
|
be initialized. `migrationStrategy` can be set to `update`, `validate` and `manual`. `manual` is only supported for
|
||||||
relational databases and will write an SQL file with the required changes to the database schema.
|
relational databases and will write an SQL file with the required changes to the database schema. Please note that
|
||||||
|
for Oracle database, the created SQL file contains `SET DEFINE OFF` command understood by Oracle SQL clients.
|
||||||
|
Should the script be consumed by any other client, please replace the lines with equivalent command of the tool of
|
||||||
|
your choice that disables variable expansion or remove it completely if such functionality is not applicable.
|
||||||
|
|
||||||
===== Changes in Client's Valid Redirect URIs
|
===== Changes in Client's Valid Redirect URIs
|
||||||
The following scenarios are affected:
|
The following scenarios are affected:
|
||||||
|
|
Loading…
Reference in a new issue