__Affected feature__:
arangodump / arangorestore
__Size of your Dataset on disk__:
No Data, only collection and graph definition
__Problem__:
Restoration succeed with all collections created but the graph and the graph definition does not restore (relations between nodes & edges)
__Expected result__:
Import of the graph definition will work as well as the collections
The arangorestore works well, but does not import the graph definition that was designed and should have been dumped as well when include-system-collections is true
Found the issue, for future reference if people are searching, within arangorestore there is a flag that needs to be true: --include-system-collections true
by default the flag is false and does not recover the graph definition
Most helpful comment
Found the issue, for future reference if people are searching, within arangorestore there is a flag that needs to be true: --include-system-collections true
by default the flag is false and does not recover the graph definition