You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even starting with an empty database, I'm getting the error Caused by: org.hyperledger.besu.plugin.services.exception.StorageException: Database format mismatch: DB at /Users/sallymacfarlane/workspace/besu-local-nodes/workdir/besu1/data is FOREST but config expects BONSAI. Please check your config.
2024-03-26 11:48:41.238+10:00 | main | INFO | KeyPairUtil | Loaded public key 0xfcbe9f83218487b3c0b50878193880e6c25cfd86708c0a0bf0ca91f0ce633746a892fe240afa5b9a880b8bca48e8a22704ef937fdda2d7cc63e4d41ed1b417ae from /Users/sallymacfarlane/workspace/besu-local-nodes/workdir/besu1/keys/besu1.priv
2024-03-26 11:48:41.257+10:00 | main | INFO | RocksDBKeyValuePrivacyStorageFactory | No existing private database at /Users/sallymacfarlane/workspace/besu-local-nodes/workdir/besu1/data. Using default metadata for new db versionedStorageFormat=PrivateVersionedStorageFormat{versionedStorageFormat=BaseVersionedStorageFormat{format=FOREST, version=2}, privacyVersion=OptionalInt[1]}
2024-03-26 11:48:41.273+10:00 | main | INFO | DatabaseMetadata | Lookup database metadata file in data directory: /Users/sallymacfarlane/workspace/besu-local-nodes/workdir/besu1/data
2024-03-26 11:48:41.294+10:00 | main | ERROR | Besu | Failed to start Besu
picocli.CommandLine$ExecutionException: Database format mismatch: DB at /Users/sallymacfarlane/workspace/besu-local-nodes/workdir/besu1/data is FOREST but config expects BONSAI. Please check your config.
even starting with an empty database, I'm getting the error
Caused by: org.hyperledger.besu.plugin.services.exception.StorageException: Database format mismatch: DB at /Users/sallymacfarlane/workspace/besu-local-nodes/workdir/besu1/data is FOREST but config expects BONSAI. Please check your config.
config is long but 90% of it is commented out
The text was updated successfully, but these errors were encountered: