Database Lab Engine v3.0.3
DLE 3.0.3 is a backward-compatibility update to ensure that the DLE image is compatible with existing datasets (ZFS 0.8.*). In DLE 3.0.2, in the Docker image ZFS version was prematurely switched to 2.*. The release 3.0.3 mitigates it. There are plans to switch to ZFS 2.* in the future major versions of DLE.
The development team asks everyone to participate in testing and report any bugs or improvement ideas in the DLE repository on GitLab or GitHub:
Changelog
Improvements and fixes
- Explicitly set ZFS version in DLE – ZFS 0.8.4: https://gitlab.com/postgres-ai/database-lab/-/merge_requests/492
Internal
- Update the DLE version in the SwaggerUI spec: https://gitlab.com/postgres-ai/database-lab/-/commit/a59e5845dca510a2a3b929ba1834ce038e5a6936
Migration notes
Make sure the DLE running command contains the environment variable --env DOCKER_API_VERSION="1.41"
.
The maximum supported Docker API version is 1.41, but the client version (1.42) is too new.
How to get help
To get help, reach out to the Postgres.ai team and the growing community of Database Lab users and contributors: https://postgres.ai/contact.
Request for feedback
Any feedback would be greatly appreciated:
- Database Lab Community Slack: https://slack.postgres.ai/
- DLE issue tracker: https://gitlab.com/postgres-ai/database-lab/-/issues
Compare versions
Diff between versions v3.0.2 and v3.0.3: https://gitlab.com/postgres-ai/database-lab/-/compare/v3.0.2...v3.0.3