[keycloak-user] upgrade to 1.9.3 "Property "databaseSchema" needs to be specified error (but it is)
Dean Peterson
peterson.dean at gmail.com
Mon May 2 20:32:06 EDT 2016
The error was misleading. The userSessionPersister needed to be mongo
instead of jpa. The documentation said: "
However in all cases, you will need to update
standalone/configuration/keycloak-server.json and add userSessionPersister like
this:"
"userSessionPersister": {
"provider": "jpa"
},
On Mon, May 2, 2016 at 7:08 PM, Dean Peterson <peterson.dean at gmail.com>
wrote:
> I get this error when migrating my database and upgrading to 1.9.3:
> "Property 'databaseSchema' needs to be specified in the configuration
>
> I have this in my keycloak-server.json file:
>
> "connectionsMongo": {
> "default": {
> "host": "xx.xx.xx.xx",
> "port": "27017",
> "db": "keycloaktest",
> "databaseSchema": "update"
> }
> }
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160502/ed172ff2/attachment.html
More information about the keycloak-user
mailing list