Paul Singman
deployments/compose
dir via docker compose up -d
.
it seems the lakefs-setup service/container isn’t working anymore. I cannot login to 127.0.0.1:8000
and type in the example creds once the dust settles
if i run docker logs -t lakefs-setup
I see:
paulsingman@Pauls-MacBook-Pro compose % docker logs -t lakefs-setup
2021-08-25T06:32:26.669666212Z time="2021-08-25T06:32:26Z" level=info msg="search for configuration file .lakefs" func=<http://github.com/treeverse/lakefs/cmd/lakefs/cmd.initConfig|github.com/treeverse/lakefs/cmd/lakefs/cmd.initConfig> file="/build/cmd/lakefs/cmd/root.go:57" phase=startup
2021-08-25T06:32:26.678427901Z time="2021-08-25T06:32:26Z" level=fatal msg="invalid config" func=cmd/lakefs/cmd.initConfig file="cmd/root.go:93" error="bad configuration: missing required keys: [blockstore.type]" fields.file="" file="cmd/root.go:93" phase=startup
Seems like a config setting is missing, can someone confirm what the right setting should be?Yoni Augarten
08/25/2021, 8:35 AMYoni Augarten
08/25/2021, 8:55 AMYoni Augarten
08/25/2021, 8:55 AMPaul Singman
Paul Singman
lakefs-setup
. you don’t get the same error?Yoni Augarten
08/25/2021, 9:06 AMPaul Singman
Yoni Augarten
08/25/2021, 9:21 AMYoni Augarten
08/25/2021, 9:25 AMPaul Singman