Open ktsakos opened 4 years ago
I have the same setup... might be that MySQL and the (empty) idm database is deployed under the ownership of the root user, while IdM connects with the idm user and therefore doesn't see the idm database. Please double check if your MySQL Deployment initializes an idm database with the correct user/ownership (or provide the root user to your IdM deployment, but I think this isn't accepted by the current IdM Image), or provide more info here (YAMLs, Environment-settings, Images used).
I have a Kubernetes Cluster with 2 VMS on VirtualBox(1 Node and 1 Master).
I am trying to deploy Idm on 2 pods (1 for idm and 1 for mysql).
After the suitable configuration the database is created but with missing columns on some tables and the superuser which is declared from the environmental variables is not inserted.
There is a connection between the 2 pods because when i manually insert a user on a database , he is signed in the dashboard normally (but the app registration doesn't work due to missing columns.
From the idm's container there is an error "unable to migrate database","Uknown database idm"
The database is normally created in mysql container. Any ideas?