From 053adc30a7802ab817bd0bc279c135e80128c21c Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Wed, 10 Oct 2018 22:00:20 +0100 Subject: [PATCH] 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 --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 16716ce..97121a8 100644 --- a/README.md +++ b/README.md @@ -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)