https://lakefs.io/ logo
#help
Title
# help
g

gang ye

10/14/2023, 2:12 AM
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

Oz Katz

10/14/2023, 9:50 AM
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

gang ye

10/16/2023, 3:14 AM
reset kv store works for me. Thanks!
🙏 1
i

Isan Rivkin

10/16/2023, 6:28 AM
👍