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:
parent
3131bbb478
commit
053adc30a7
14
README.md
14
README.md
|
|
@ -156,7 +156,7 @@ For more information about the console see [Running the OrientDB Console](http:/
|
||||||
## OrientDB Check Databases
|
## OrientDB Check Databases
|
||||||
|
|
||||||
Execute the commands from the OrientDB section to stop nexus, to enter the
|
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
|
```bash
|
||||||
# check the databases.
|
# check the databases.
|
||||||
|
|
@ -173,18 +173,6 @@ orientdb-console 'CONNECT PLOCAL:db/security admin admin; CHECK DATABASE;'
|
||||||
|
|
||||||
Then start nexus.
|
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
|
## 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)
|
* [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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue