是否可以在PhpOrient中运行IMPORT DATABASE命令?

时间:2017-01-21 14:19:59

标签: php orientdb

连接正常,我选择了数据库。

$client->dbOpen('dbName');

一切正常,直到我尝试运行命令:

$client->command('IMPORT DATABASE /path/to/file/export.gz');

当我得到这个例外时:

Message: com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException: Cannot find a command executor for the command request: sql.IMPORT DATABASE /path/to/file/export.gz -preserveClusterIDs=true DB name="dbname"

如果命令command不正确,那么可以使用什么呢?

1 个答案:

答案 0 :(得分:0)

https://github.com/orientechnologies/PhpOrient/issues/15

尚不可能(2017年1月22日)。