Hi, I try to run lakeFs using s3 credential but go...
# help
g
Hi, I try to run lakeFs using s3 credential but got below error
Copy code
FATAL  [2023-10-13T19:07:37-07:00]lakeFS/cmd/lakefs/cmd/run.go:434 cmd/lakefs/cmd.checkForeignRepo Mismatched adapter detected. lakeFS started with adapter of type 's3', but repository 'quickstart' is of type 'local'
I have cleaned local folder
rm -rf ~/lakefs/
. Any other folder/file we need to clean? Thanks!
o
The default location for the database that contains metadata about created repos is
~/lakefs/metadata
- but that could be overriden using the
database.local.path
key. (or, if using another kv store such as postgres, you'd might want to reset its state). Simpler option is to start the server with the previous settings and simply delete the quickstart repo.
gratitude thank you 1
g
reset kv store works for me. Thanks!
🙏 1
i
👍