-
I am using simplified version of compose file from samples repository. As I observed when containers are relaunched, lakefs can't automatically attach existing s3 repositories. It refuses to create repo (with In documentation I found refs dump, but I find it tough to use, because it requires manual launching or dumping with intervals. So Is there some option to list repositories, that exist on s3, so that lakefs can automatically attach them? Something like |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Summon @arielshaqed for help |
Beta Was this translation helpful? Give feedback.
-
Just took a look at create bare it creates repository, and s3 data is preserved, but looks like it can't hook up refs, because admin panel shows |
Beta Was this translation helpful? Give feedback.
-
Okay I got it needed to add volumes such as And probably these two: |
Beta Was this translation helpful? Give feedback.
-
Hi @pyretttt , If you already have your storage on S3, you should seriously consider going all AWS and putting your KV on DynamoDB. |
Beta Was this translation helpful? Give feedback.
Okay I got it needed to add volumes such as
- /lakefs/metadata:/metadata
- /lakefs/lakefs:/lakefs
And probably these two:
- LAKEFS_DATABASE_LOCAL_PATH=/metadata
- LAKEFS_DATABASE_LOCAL_SYNC_WRITES=true