arango_restore_graph
Restore a graph from backup files, ensuring referential integrity and handling conflicts via skip, overwrite, or error.
Instructions
Import graph data with referential integrity validation and conflict resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputDir | Yes | Directory containing graph backup files | |
| graphName | No | Target graph name (defaults to original name from backup) | |
| conflictResolution | No | How to handle conflicts: skip existing, overwrite, or error | error |
| validateIntegrity | No | Validate referential integrity during restore | |
| database | No | Database override |