0

我正在关注这个不太精确的教程Data Mining The City

  1. 我从工作室创建了数据库,它在我的数据库文件夹中显示为“soufun_db”。
  2. 我将 soufun.zip 文件下载到我在 orientdb 文件夹中创建的目录 db 中

  3. 然后我从控制台连接到“soufun_db”数据库

    "CONNECT remote:localhost/soufun_db admin admin"
    
  4. 然后我运行我的还原数据库命令

    "RESTORE DATABASE /home/mustafa/Desktop/orientdb-community-2.1.0/db/soufun.zip
    
  5. 输出是:

    "Restoring database database /home/.../soufun.zip
     Error: java.lang.UnsupportedOperationException: restore"
    
4

1 回答 1

1

BACKUPRESTORE操作仅通过 plocal 连接支持。

http://orientdb.com/docs/last/Console-Command-Restore.html

于 2016-08-08T05:05:58.980 回答