Patrick Glynn
04/08/2024, 12:56 PMNiro
04/08/2024, 1:12 PMAriel Shaqed (Scolnicov)
04/08/2024, 1:17 PMlakefs --quickstart
will work... except that you'll need to clean up various directories. The idea behind using docker is to avoid forcing you to clean up.
Other alternatives: Run the binary with Postgres if you have it on your machine, or even do that but configure database.type to be "local", and database.local.path to be somewhere to write a KV.Niro
04/08/2024, 1:23 PMquickstart
for a quick experimentation with lakeFS, but it should not be used for production environments. When you decide to deploy lakeFS with local blockstore for production it is advised to configure lakeFS on your own.
Also note that quickstart
uses the KV local driver for lakeFS's metadata which does not have production guaranteesPatrick Glynn
04/11/2024, 7:25 AMPatrick Glynn
04/11/2024, 7:28 AMNiro
04/11/2024, 7:29 AMPatrick Glynn
04/11/2024, 7:30 AMNiro
04/11/2024, 7:34 AMPatrick Glynn
04/11/2024, 7:50 AMPatrick Glynn
04/11/2024, 7:50 AMAriel Shaqed (Scolnicov)
04/11/2024, 7:54 AMFATA[0000]/home/runner/work/lakeFS/lakeFS/cmd/lakefs/cmd/root.go:149 <http://github.com/treeverse/lakefs/cmd/lakefs/cmd.initConfig()|github.com/treeverse/lakefs/cmd/lakefs/cmd.initConfig()> Load config error="1 error(s) decoding:\n\n* 'Database' has invalid keys: connection_string" fields.file=config.yaml file=config.yaml phase=startup
is not from a Postgres driver, it's from our config parser. can you please check? I think you may be setting database.connection_string
, but should be setting database.postgres.connection_string
.Patrick Glynn
04/11/2024, 8:01 AMAriel Shaqed (Scolnicov)
04/11/2024, 8:02 AMdatabase:
type: "postgres"
postgres:
connection_string: "<postgres://localhost:5432/postgres?sslmode=disable>"
with connection_string
indented inside postgres
.Ariel Shaqed (Scolnicov)
04/11/2024, 8:03 AMPatrick Glynn
04/11/2024, 8:07 AMPatrick Glynn
04/11/2024, 8:07 AMAriel Shaqed (Scolnicov)
04/11/2024, 8:08 AMPatrick Glynn
04/11/2024, 8:09 AMAriel Shaqed (Scolnicov)
04/11/2024, 8:12 AM