edgedb / edgedb-docker

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

Add support for "late" bootstrap hooks #52

Closed elprans closed 2 years ago

elprans commented 2 years ago

Currently, /edgedb-bootstrap.d is executed before migrations are applied, which could be inconvenient if custom bootstrap relies on the schema. This lets putting bootstrap parts in /edgedb-bootstrap-late.d to be executed after the migrations have been applied.