-
orientdb v.3.2.24
// create and import
// fix broken edges
I assume that something about the exported db is causing this, but I'm not sure what? Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I might have figured this out. There is another security related class that needs to be exported. OSecurityPolicy The export/import process is less than perfect, and from what I can tell does not follow documentation. I noticed that when I do the first part of the import (schema and defintions) and include -merge=True, all of the db records from OUsers and ORoles are deleted. This is in conflict with the -merge usage documentation here: https://orientdb.com/docs/3.1.x/console/Console-Command-Import.html that says
Adding the additional class to the original export has allowed me to create and use a new user in the DB |
Beta Was this translation helpful? Give feedback.
I might have figured this out. There is another security related class that needs to be exported. OSecurityPolicy
The export/import process is less than perfect, and from what I can tell does not follow documentation. I noticed that when I do the first part of the import (schema and defintions) and include -merge=True, all of the db records from OUsers and ORoles are deleted. This is in conflict with the -merge usage documentation here: https://orientdb.com/docs/3.1.x/console/Console-Command-Import.html that says