remove the orientdb export database instructions as that might mislead the user in thinking that's enough to do a proper backup and its not

This commit is contained in:
Rui Lopes 2018-10-10 22:00:20 +01:00
parent 3131bbb478
commit 053adc30a7
1 changed files with 1 additions and 13 deletions

View File

@ -156,7 +156,7 @@ For more information about the console see [Running the OrientDB Console](http:/
## OrientDB Check Databases
Execute the commands from the OrientDB section to stop nexus, to enter the
nexus account and create the orientdb-console function, then:
nexus account and create the `orientdb-console` function, then:
```bash
# check the databases.
@ -173,18 +173,6 @@ orientdb-console 'CONNECT PLOCAL:db/security admin admin; CHECK DATABASE;'
Then start nexus.
## OrientDB Export Databases
Execute the commands from the OrientDB section to stop nexus, to enter the
nexus account and create the orientdb-console function, then:
```bash
# export the databases.
orientdb-console 'CONNECT PLOCAL:db/config admin admin; EXPORT DATABASE /tmp/nexus-export-config.json.gz;'
#orientdb-console 'CONNECT PLOCAL:db/security admin admin; EXPORT DATABASE /tmp/nexus-export-security.json.gz;'
orientdb-console 'CONNECT PLOCAL:db/component admin admin; EXPORT DATABASE /tmp/nexus-export-component.json.gz;'
## Reference
* [How to reset a forgotten admin password in Nexus 3.x](https://support.sonatype.com/hc/en-us/articles/213467158-How-to-reset-a-forgotten-admin-password-in-Nexus-3-x)