OrientDB – Backup Database Like RDBMS, OrientDB also supports the backup and restore operations. While executing the backup operation, it will take all files of the current database into a compressed zip format using the ZIP algorithm. This feature (Backup) can be availed automatically by enabling the Automatic-Backup server plugin. Taking backup of a database […]
Category Archives: orientdb
OrientDB – Alter Database Database is a one of the important data models with different attributes that you can modify as per your requirements. The following statement is the basic syntax of the Alter Database command. ALTER DATABASE <attribute-name> <attribute-value> Where <attribute-name> defines the attribute that you want to modify and <attribute-value> defines the value […]
OrientDB – Restore Database As like RDBMS, OrientDB also supports restoring operation. Only from the console mode, you can execute this operation successfully. The following statement is the basic syntax for restoring operation. orientdb> RESTORE DATABSE <url of the backup zip file> Example You have to perform this operation only from the console mode. Therefore, […]