That's alright, I figured it would be something like this when I saw all the changes that happened in the model, but I had to ask before I started doing anything.

Thank you very much, Marek


On Fri, Aug 8, 2014 at 1:29 PM, Marek Posolda <mposolda@redhat.com> wrote:
Hi,

I think that just deploy the new auth-server.war may not be enough... You may also need to update keycloak-server.json, themes in standalone/configuration and modules (download latest WAR distribution for latest files). Also it might be useful to look at http://docs.jboss.org/keycloak/docs/1.0-beta-4/userguide/html/Migration_from_older_versions.html#d4e1342 .

For migration whole database content, it might be quite tricky. Keycloak is still in development and format of data and DB schema has changed. There was quite big refactoring (like splitting the model, renaming tables, columns etc). AFAIK we don't officially support migration of data between 2 beta versions, so if you have large amount of data and it's the issue for you to reimport them again from external source, you may need to create some SQL scripts for migrating DB by yourself.

You may start with creating new MySQL DB and just configure it with beta-4 and fill some simple data (like create few users in Keycloak UI etc). Then if you look at DB, you can see the new format of data and what exactly has changed, so it may help you to create SQL scripts for migrating your old "beta-2 compatible" DB to new "beta-4 compatible" format.

Sorry, I don't have better advice for you ATM :-(

Marek



On 8.8.2014 17:10, Rodrigo Sasaki wrote:
Is there a step by step on how I should proceed on migrating keycloak versions?

I tried to simply deploy the beta-4, but I had some weird symptoms. Even though I had the same datasource configuration, keycloak acted as though I didn't have any data, asking me for a new password for the admin account.

I checked my mysql and everything is there, and the datasource is the same, since the standalone.xml is the same.

I'm using the wildfly bundled on the appliance distribution.

Is there something specific I should be careful with? Or a different procedure I should have tried?

Thanks

--
Rodrigo Sasaki


_______________________________________________
keycloak-user mailing list
keycloak-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user




--
Rodrigo Sasaki