edgedb / edgedb-docker

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

When setting `EDGEDB_SERVER_DATABASE` to create a new database, migrations are not applied to that database #78

Closed raddevon closed 1 year ago

raddevon commented 1 year ago

Based on the Slack thread regarding this issue, EDGEDB_DATABASE must also be set in order for migrations to be applied to the new database, but this is not currently possible. When the user attempts it, they receive ERROR: EDGEDB_SERVER_DATABASE and EDGEDB_DATABASE are exclusive, but both are set.