Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c37f4431
authored
Aug 22, 2019
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update knowledgebase
parent
f21754c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
common/docs/knowledgeBase/orientdb-3-maintenance.txt
common/docs/knowledgeBase/orientdb-3-maintenance.txt
0 → 100644
View file @
c37f4431
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment