8000 Update installation-linux.md · arangodb/docs@ef2db30 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit ef2db30

Browse files
authored
Update installation-linux.md
two missing example settings for unattended installation under Linux
1 parent 150ccae commit ef2db30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

3.6/installation-linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ For unattended installations, you can set the password using the
4242
```
4343
echo arangodb3 arangodb3/password password NEWPASSWORD | debconf-set-selections
4444
echo arangodb3 arangodb3/password_again password NEWPASSWORD | debconf-set-selections
45+
echo arangodb3 arangodb3/upgrade string no | debconf-set-selections
46+
echo arangodb3 arangodb3/storage_engine string 1 | debconf-set-selections
4547
```
4648

4749
The commands above should be executed prior to the installation.

0 commit comments

Comments
 (0)
0