In this chapter, you can learn how to release the database from the freeze state through OrientDB command line.
The following statement is the basic syntax of the Release database command.
RELEASE DATABASE
Note − You can use this command only after connecting to a particular database, which is in freeze state.
Example
In this example, we will use the same database named ‘demo’ that we created in the previous chapter. We will release the database that was freezed in the previous chapter.
You can use the following command to release the database.
Orientdb {db = demo}> RELEASE DATABASE
If it is successfully executed, you will get the following output.
Database 'demo' was release successfully