swap import and migrate order
This commit is contained in:
parent
15a5c87cc5
commit
acefd3cacd
1 changed files with 2 additions and 2 deletions
|
@ -83,12 +83,12 @@ public class KeycloakApplication extends Application {
|
||||||
classes.add(JsResource.class);
|
classes.add(JsResource.class);
|
||||||
classes.add(WelcomeResource.class);
|
classes.add(WelcomeResource.class);
|
||||||
|
|
||||||
new ExportImportManager().checkExportImport(this.sessionFactory, context.getContextPath());
|
|
||||||
|
|
||||||
setupDefaultRealm(context.getContextPath());
|
setupDefaultRealm(context.getContextPath());
|
||||||
|
|
||||||
importRealms(context);
|
|
||||||
migrateModel();
|
migrateModel();
|
||||||
|
new ExportImportManager().checkExportImport(this.sessionFactory, context.getContextPath());
|
||||||
|
importRealms(context);
|
||||||
|
|
||||||
AdminRecovery.recover(sessionFactory);
|
AdminRecovery.recover(sessionFactory);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue