Trying to setup an Unattended install of ArangoDB in a Vangrant Ubuntu box. I've followed the Unattended install instructions here: https://docs.arangodb.com/3.11/operations/installation/linux/
However, this accounts for the password prompts, but not for the database upgrade and backup database files prompts. How does one go about silencing these?
Ok I figured this out. Basically you need to use a the following command:
This will spit out a list like this:
These are all the keys and types you'll need to set up an unattended install. When I say key and type I'm referring to:
In the example above the package is arangodb3, the key is backup, and the type is boolean. Then in your setup script you need to include it like so with your chosen values: