forked from hugegraph/hugegraph-sync
fix(server): reinitialize the progress to set up graph auth friendly (#2411)
This commit is contained in:
parent
94a79326ea
commit
12ff9154ab
|
|
@ -101,6 +101,11 @@ public class InitStore {
|
|||
LOG.info("Skip init-store due to the backend store of '{}' " +
|
||||
"had been initialized", graph.name());
|
||||
backendStoreInfo.checkVersion();
|
||||
/*
|
||||
* Init the required information for creating the admin account
|
||||
* (when switch from non-auth mode to auth mode)
|
||||
*/
|
||||
graph.initSystemInfo();
|
||||
} else {
|
||||
initBackend(graph);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue