Switch to BoltDB
The user database has been changed to BoltDB. Config keys should also be changed, for the old LevelDB path use ldb_database_path
, for the new BoltDB file path use bdb_database_path
. To convert the database to BoltDB run ns2query --convert
after changing the config. LevelDB isn't used anywhere now except for the conversion and will be dropped in next releases.