I'm following this less than precise tutorial Data Mining The City
I downloaded the soufun.zip file into the directory db that I created in the orientdb folder
Then I connect to the"soufun_db" database from the console
"CONNECT remote:localhost/soufun_db admin admin"
Then I run my restore database command
"RESTORE DATABASE /home/mustafa/Desktop/orientdb-community-2.1.0/db/soufun.zip
Output is:
"Restoring database database /home/.../soufun.zip
Error: java.lang.UnsupportedOperationException: restore"
BACKUP
and RESTORE
operations are supported only via plocal connection.