When creating a RocksDB data store via the CLI, if you specify a relative directory such as --dir ., the relative directory will be stored in the configuration as is. This results in the CLI always looking in the active directory for the data store, instead of the directory it was actually created in.
When creating a RocksDB data store via the CLI, if you specify a relative directory such as
--dir ., the relative directory will be stored in the configuration as is. This results in the CLI always looking in the active directory for the data store, instead of the directory it was actually created in.