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
Copy file name to clipboardExpand all lines: docs/src/howto/deploy/onprem.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,21 @@ This section assumes that you already have a PostgreSQL >= 11.0 database accessi
84
84
!!! info
85
85
Notice that the lakeFS Blockstore type is set to `s3` - This configuration works with S3-compatible storage engines such as [MinIO](https://min.io/){: target="blank" }.
86
86
87
+
!!! tip "Local Database and Local Blockstore"
88
+
When using local database (`LAKEFS_DATABASE_TYPE=local`) and local blockstore (`LAKEFS_BLOCKSTORE_TYPE=local`),
89
+
lakeFS stores all data and metadata under `${HOME}/lakefs` in the container by default (configurable).
90
+
You can mount this location to the host using Docker volumes to persist data and metadata on host storage:
0 commit comments