<div dir="ltr"><span style="font-size:12.8px">I get this error when migrating my database and upgrading to 1.9.3:</span><div style="font-size:12.8px">&quot;Property &#39;databaseSchema&#39; needs to be specified in the configuration</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have this in my keycloak-server.json file:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>&quot;connectionsMongo&quot;: {</div><div>        &quot;default&quot;: {</div><div>            &quot;host&quot;: &quot;xx.xx.xx.xx&quot;,</div><div>            &quot;port&quot;: &quot;27017&quot;,</div><div>            &quot;db&quot;: &quot;keycloaktest&quot;,</div><div>            &quot;databaseSchema&quot;: &quot;update&quot;</div><div>        }</div><div>    }</div></div></div>