8000 Doc: re-add switching storage engine section by maxkernbach · Pull Request #7781 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Doc: re-add switching storage engine section #7781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 27, 2018
Prev Previous commit
Next Next commit
Update Documentation/Books/Manual/Administration/Engine/SwitchEngine.md
Co-Authored-By: sleto-it <31849787+sleto-it@users.noreply.github.com>
  • Loading branch information
Simran-B and sleto-it authored Dec 18, 2018
commit 91f1015fb01f2b4f1ab8579a2b0dda6faffba5f9
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In order to use a different storage engine with an existing data directory,
it is required to first create a logical backup of the data using the
tool [_arangodump_](../../Programs/Arangodump/README.md).

After that, the _arangod_ server should be restarted with the desired storage
After that, the _arangod_ server process should be restarted with the desired storage
engine selected (this can be done by setting the option *--server.storage-engine*)
and using a non-existing data directory.

Expand Down
0