Commit c37f4431 by Adi Amir

update knowledgebase

parent f21754c7
ORIENT 3 MIGRATION:
1. to export database from console
==================================
- enter the orientdb docker and enter to console:
orientdb>docker exec -it docker_orientdb_1 bash
orientdb>/orientdb/bin/console.sh
// connect to MCX & export
orientdb>CONNECT remote:localhost/MCX root giptmgrr
orientdb> EXPORT DATABASE
2. to import database from console
==================================
- enter the orientdb docker and enter to console:
orientdb>docker exec -it docker_orientdb_1 bash
orientdb>/orientdb/bin/console.sh
// connect to MCX & export
orientdb>CONNECT remote:localhost/MCX root giptmgrr
orientdb>IMPORT DATABASE /opt/mcx/config/docker/MCX-18-08-2019.gz -preserveClusterIDs=true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment