Andreas Hald
05/27/2024, 9:29 AMfailed to create repository: found lakeFS objects in the storage namespace(<s3://test-lakefs-1>) key(_lakefs/dummy): storage namespace already in use
Is there something I am missing to configure properly when starting up the docker container the second time for lakefs to reckognize the previously created repo?
I am using this code from your quickstart
docker run --pull always -p 8000:8000 \
-e LAKEFS_BLOCKSTORE_TYPE='s3' \
-e AWS_ACCESS_KEY_ID='YourAccessKeyValue' \
-e AWS_SECRET_ACCESS_KEY='YourSecretKeyValue' \
treeverse/lakefs run --local-settings
Thanks in advance from a lakefs-noob 🫶Offir Cohen
05/27/2024, 10:35 AM