hi,

via console

to export import your schema you can use
orientdb {db=dev}> export database /tmp/onlyschema.export.gz -excludeAll -
includeSchema=TRUE
orientdb {db=test}> import database /tmp/onlyschema.export.gz -merge=true

then to export functions:
orientdb {db=dev}> export database /tmp/onlyfunc.export.gz -excludeAll -
includeClass=OFunction
orientdb {db=test}> import database /tmp/onlyfunc.export.gz -merge=true




Il giorno mercoledì 28 settembre 2016 17:18:00 UTC+2, Suyog Kale ha scritto:
>
> Yes, I have referred that documentation, I was looking something using 
> nodejs scripts.
>
> Please suggest
> On Sep 28, 2016 7:40 PM, <[email protected] <javascript:>> wrote:
>
>> Hi,
>> have you already looked at the documentation 
>> <http://orientdb.com/docs/last/Console-Command-Export.html>?
>>
>> Best regards,
>> Alessandro
>>
>> -- 
>>
>> --- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "OrientDB" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/orient-database/bYaDcjnEjpA/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to