I have a db.zip archive (with .cpm, .pcl, .irs,.sbt, .wal, ... files) I like to restore
create database plocal:mydb admin admin
restore database /path/to/db.zip
Restoring database database /path/to/db.zip...
- Uncompressing file $FILE1_IN_ARCHIVE [...snip...]
- [...snip...]
Database restored in 0.19 seconds
To me, it seems as the restore was successful. However, whatever next command I use (e.g. select * from V) I get the following error:
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Database 'mydb' is closed
Am I doing something wrong? Why is the DB closed? How could I open it?
EXPORTor aBACKUPof your original DB ? - LucaS