mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-03 12:10:36 +00:00
Fix object repository startup
This commit is contained in:
@@ -111,7 +111,7 @@ pub fn create_repo(
|
||||
tenantid
|
||||
)),
|
||||
RepositoryFormat::RocksDb => {
|
||||
let obj_store = crate::rocksdb_storage::RocksObjectStore::open(conf, &tenantid).unwrap();
|
||||
let obj_store = crate::rocksdb_storage::RocksObjectStore::create(conf, &tenantid)?;
|
||||
|
||||
Arc::new(ObjectRepository::new(
|
||||
conf,
|
||||
|
||||
Reference in New Issue
Block a user