edgedb / edgedb-docker

Official Docker Image packaging for EdgeDB
83 stars 16 forks source link

fix #72 tenant-id isn't supported #73

Closed chickeaterbanana closed 1 year ago

chickeaterbanana commented 1 year ago

we need to pass the tenant_id as environemnt variable to the temp server. Otherwise the bootstrap and check initalize steps will start without the tenant_id. This leads to a bootstrap of a wrong tenant and afterwards a check failure, because the instance seems to be not initialized.

chickeaterbanana commented 1 year ago

see also: https://github.com/edgedb/edgedb/pull/5364

elprans commented 1 year ago

Thanks! This wasn't implemented mostly as tenant-id isn't a well-documented feature.