edgedb / edgedb-docker

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

Pre-release images should use nightly cli #88

Open nervetattoo opened 3 months ago

nervetattoo commented 3 months ago

Motivation for this request right now was that the CLI prompts (warn type message) to upgrade the migration file format, but the container is unable to run those migrations because it has the stable CLI which doesn't support the new file format.

This makes it hard to fully test upcoming releases. In my case I tried to use 5.0-beta.2 in staging to get as much testing time as possible to swiftly move to 5.0 in production.