Skip to content

Error when specifying a storage engine (rocksdb) #38

@de-code

Description

@de-code

I'm trying to use another storage engine, RocksDB. I'm passing:
--server.storage-engine rocksdb

Which results in:

FATAL {startup} content of 'ENGINE' file '/var/lib/arangodb3/ENGINE' and command-line/configuration option value do not match: 'mmfiles' != 'rocksdb'. please validate the command-line/configuration option value of '--server.storage-engine' or use a different database directory if the change is intentional

Which is I believe because that argument is not passed through when the database is initialised:

echo "Initializing database...Hang on..."
arangod --server.endpoint unix:///tmp/arangodb-tmp.sock \
--server.authentication false \
--log.file /tmp/init-log \
--log.foreground-tty false &

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions