As like RDBMS, OrientDB additionally underpins reestablishing activity. Just from the comfort mode, you can execute this activity effectively.
The accompanying assertion is the fundamental language structure for reestablishing activity.
orientdb> RESTORE DATABSE <url of the backup zip file>
Example
You need to play out this activity just from the reassure mode. Subsequently, first you need to begin the OrientDB reassure utilizing the accompanying OrientDB order.
$ orientdb
At that point, interface with the separate information base to reestablish the reinforcement. You can utilize the accompanying order to interface with the data set named demo.
orientdb> CONNECT PLOCAL:/opt/orientdb/databases/demo admin admin
After fruitful association, you can utilize the accompanying order to reestablish the reinforcement from 'reinforcement demo.zip' document. Prior to executing, ensure the reinforcement demo.zip document is set in the current registry.
Orientdb {db = demo}> RESTORE DATABASE backup-demo.zip
On the off chance that this order is executed effectively, you will get some achievement notices alongside the accompanying message.
Database restored in 0.26 seconds