OrientDb 3.2.2 export works/import fails #9710
Unanswered
ComeOutToPlay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I have a process that creates a database "demo" with some initial data. When the database is created successfully, I export using the "export" HTTP Rest method and it generates a gz file.
Then I imported the uncompressed file using the "import" HTTP Rest method into a new and empty database named "demo_target". This operation fails using version 3.2.2.
I tried the same steps using OrientDb 3.2.0 and it works. I understand that if I have an existent database with data already loaded, then the export/import should work.... If its not, what recommendation should I have to apply to my data?
Error is like follows:
Beta Was this translation helpful? Give feedback.
All reactions